Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Add "c++17" selection #293

Open
qianchen36 opened this issue Oct 24, 2023 · 1 comment
Open

[question] Add "c++17" selection #293

qianchen36 opened this issue Oct 24, 2023 · 1 comment

Comments

@qianchen36
Copy link

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

@github0null
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants