Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
1.10.0
-
None
Description
Currently all major compilers have a C+17 switch. They also support the next standard with the switches: -std=c2a or /std:c+latest
It would be nice if cxxLanguageVersion receives the options "C+17", "C+Latest to cover the above scenarios.
Also an option to disable the non-standard C++ extensions that correspond to e.g /permissive- should be added to the C++ module.