VS: Improve v142 CL flag table LanguageStandard ordering

This commit is contained in:
Brad King 2021-07-14 13:04:42 -04:00
parent b8d6a21e48
commit 63c1262375

View File

@ -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": []
},
{