Clang++ build task on mac always inserts -std=gnu++14 arg #12746
-
I'm new to C++ and trying to understand why I should be able to override this default with my own language setting correct? If I add
I don't see yet where it's possible to override this argument in the extension's repo either.
I would love to be able to provide the argument |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@gtodd876 Using |
Beta Was this translation helpful? Give feedback.
@gtodd876 Using
-std=gnu++14 -std=c++20
suppresses the gnu++14 already and uses c++20.