diff options
Diffstat (limited to 'Templates/MSBuild/FlagTables/v142_CL.json')
-rw-r--r-- | Templates/MSBuild/FlagTables/v142_CL.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index 3305e56..68dcb13 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -434,6 +434,20 @@ "flags": [] }, { + "name": "ConformanceMode", + "switch": "permissive-", + "comment": "Conformance mode enabled", + "value": "true", + "flags": [] + }, + { + "name": "ConformanceMode", + "switch": "permissive", + "comment": "Conformance mode disabled", + "value": "false", + "flags": [] + }, + { "name": "LanguageStandard", "switch": "std:c++14", "comment": "ISO C++14 Standard", @@ -880,20 +894,6 @@ "flags": [] }, { - "name": "ConformanceMode", - "switch": "permissive-", - "comment": "Conformance mode enabled", - "value": "true", - "flags": [] - }, - { - "name": "ConformanceMode", - "switch": "permissive", - "comment": "Conformance mode disabled", - "value": "false", - "flags": [] - }, - { "name": "TreatWChar_tAsBuiltInType", "switch": "Zc:wchar_t-", "comment": "Treat WChar_t As Built in Type", |