Skip to content
Snippets Groups Projects
Commit 63c12623 authored by Brad King's avatar Brad King
Browse files

VS: Improve v142 CL flag table LanguageStandard ordering

parent b8d6a21e
No related branches found
No related tags found
No related merge requests found
......@@ -477,16 +477,16 @@
},
{
"name": "LanguageStandard",
"switch": "std:c++20",
"comment": "ISO C++20 Standard",
"value": "stdcpp20",
"switch": "std:c++17",
"comment": "ISO C++17 Standard",
"value": "stdcpp17",
"flags": []
},
{
"name": "LanguageStandard",
"switch": "std:c++17",
"comment": "ISO C++17 Standard",
"value": "stdcpp17",
"switch": "std:c++20",
"comment": "ISO C++20 Standard",
"value": "stdcpp20",
"flags": []
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment