Please support C++17 by default, or at least give a convenient menu option in the IDE #606
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Is your feature request related to a problem? Please describe.
My code contains variable templates that C++11 does not support. So each time I set up Arduino IDE for a new PC/user, I'll have to go to "%AppData%\Local\Arduino15\packages\arduino\hardware\avr\1.8.3\platform.txt" and set the "-std=gnu++17" compiler argument. Isn't C++17 fully compatible with C++11 code? Why is the old C++11 still the default?
Describe the solution you'd like
I want the C++17 argument to be the default after installation.
Describe alternatives you've considered
Or at least there should be a menu option in the IDE. It's ugly to dive into such deep directories and find a .txt configuration file to do edition.
Additional context
The text was updated successfully, but these errors were encountered: