eide icon indicating copy to clipboard operation
eide copied to clipboard

[question] Add "c++17" selection

Open qianchen36 opened this issue 2 years ago • 1 comments

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 image

Expected behavior The list may have a "c++17" selection

qianchen36 avatar Oct 24 '23 13:10 qianchen36

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

image

github0null avatar Jan 12 '24 02:01 github0null