C++1z & JUCE 5.1.2 = compiler errors?

Is it expected that JUCE yet compiles using C++1z in Xcode 9 (Projucer field for C++ Lanugage Standard set to “Use Latest”)?

I’d like to use C++17’s class template argument deduction, but am seeing compiler errors from the JUCE library code.

Just trying to determine whether I’m barking up the wrong tree trying to use > C++14

This has already been fixed on the develop branch.

1 Like