Merge pull request #11841 from shuffle2/modules

msvc: disable building std modules
This commit is contained in:
Admiral H. Curtiss
2023-05-24 09:42:06 +02:00
committed by GitHub

View File

@ -30,6 +30,7 @@
<LanguageStandard_C>stdc17</LanguageStandard_C> <LanguageStandard_C>stdc17</LanguageStandard_C>
<!--Enable latest C++ standard--> <!--Enable latest C++ standard-->
<LanguageStandard>stdcpplatest</LanguageStandard> <LanguageStandard>stdcpplatest</LanguageStandard>
<BuildStlModules>false</BuildStlModules>
<!--Enable Standard Conformance--> <!--Enable Standard Conformance-->
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<!--Enforce some behaviors as standards-conformant when they don't default as such.--> <!--Enforce some behaviors as standards-conformant when they don't default as such.-->