We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e093f71 commit 8a0d81eCopy full SHA for 8a0d81e
src/Parser/ParserOptions.cs
@@ -160,6 +160,7 @@ public void SetupMSVC(VisualStudioVersion vsVersion)
160
AddArguments("-fms-extensions");
161
AddArguments("-fms-compatibility");
162
AddArguments("-fdelayed-template-parsing");
163
+ AddArguments("-D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH");
164
}
165
166
/// <summary>
0 commit comments