-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling juce module for c++ 17 #271
Comments
i don't have c++17 yet. do you know, how to fix it? then i will apply it |
i didnt find a fix for that, what i ended up doing is comment out template<class KeyType, class ValueType> template<class KeyType, class ValueType> |
oh - it seems to have to do with this std::binary_function which has been removed in c++17: https://en.cppreference.com/w/cpp/utility/functional/binary_function ...so, commenting this code out works at the moment? i'm not sure, what i should use instead.. i'll figure this stuff out when moving on to c++17. |
I am getting a compilation error when i set the language standard in the projucer from c++14 to c++17.
C2143 syntax error: missing ',' before '<' (compiling source file ....\JuceLibraryCode\include_rosic.cpp) Test_SharedCode c:\modules\rosic\datastructures\rosic_keyvaluemap.h 34
C2143 syntax error: missing ',' before '<' (compiling source file ....\JuceLibraryCode\include_rosic.cpp) Test_SharedCode c:\modules\rosic\datastructures\rosic_keyvaluemap.h 56
The text was updated successfully, but these errors were encountered: