mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Use more concise stdlib type aliases
This commit is contained in:
parent
21d87c02c2
commit
7c14c1fcd7
36 changed files with 438 additions and 494 deletions
|
|
@ -530,7 +530,7 @@ int main (int argc, char** argv)
|
|||
juce::ArgumentList argumentList { arguments.front(),
|
||||
juce::StringArray (arguments.data() + 1, (int) arguments.size() - 1) };
|
||||
|
||||
using Fn = std::add_lvalue_reference<decltype (writeBinaryData)>::type;
|
||||
using Fn = int (*) (juce::ArgumentList&&);
|
||||
|
||||
const std::unordered_map<juce::String, Fn> commands
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue