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 |
Replies: 1 comment 1 reply
|
Todd Matthews (@gtodd876) Using |
Todd Matthews (@gtodd876) Using
-std=gnu++14 -std=c++20suppresses the gnu++14 already and uses c++20.