eide
eide copied to clipboard
[question] Add "c++17" selection
What you want to do I wanna use c++17 features while building the project
Describe the problem
The newest selection in the list was just "c++14"
Arm Complier 6 was already support c++17
Expected behavior The list may have a "c++17" selection
You can add compiler options to override it
https://developer.arm.com/documentation/101754/0621/armclang-Reference/armclang-Command-line-Options/-std
For example:
-std=c++17