Open
Description
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?
Additional context
Additional requests
- Please support C++17 by default #435 (comment)
- Please support C++17 by default #435 (comment)
- Please support C++17 by default #435 (comment)