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

VS: Remove empty LanguageStandard entries from flag table for v143

parent c167de7e
No related branches found
No related tags found
No related merge requests found
......@@ -468,13 +468,6 @@
"value": "false",
"flags": []
},
{
"name": "LanguageStandard",
"switch": "",
"comment": "Default (ISO C++14 Standard)",
"value": "Default",
"flags": []
},
{
"name": "LanguageStandard",
"switch": "std:c++14",
......@@ -503,13 +496,6 @@
"value": "stdcpplatest",
"flags": []
},
{
"name": "LanguageStandard_C",
"switch": "",
"comment": "Default (Legacy MSVC)",
"value": "Default",
"flags": []
},
{
"name": "LanguageStandard_C",
"switch": "std:c11",
......
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