2020-11-18 07:55 AM
In the new version of IDE, it became possible to select different toolchains. I updated GNU Tools to the latest version available, but C ++ 17 never showed up in the list of available ones.
Solved! Go to Solution.
2020-11-18 08:32 AM
The drop-down lists probably don't know about the toolcahin features, this could be fixed.
Workaround: In the g++ tool settings, choose GCC default as language option and specify -std=c++17 under Miscellaneous.
2020-11-18 08:32 AM
The drop-down lists probably don't know about the toolcahin features, this could be fixed.
Workaround: In the g++ tool settings, choose GCC default as language option and specify -std=c++17 under Miscellaneous.