提交 c1a50dec 编写于 作者: Peacoor Zomboss's avatar Peacoor Zomboss

Use c++ std 20 to avoid bug when function static std::vector object in dll

上级 09d5440c
......@@ -78,6 +78,7 @@
<Optimization>Disabled</Optimization>
<AdditionalModuleDependencies>
</AdditionalModuleDependencies>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
......@@ -96,6 +97,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalModuleDependencies>
</AdditionalModuleDependencies>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
......@@ -112,6 +114,7 @@
<ClCompile>
<AdditionalModuleDependencies>
</AdditionalModuleDependencies>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<EntryPointSymbol>
......@@ -123,6 +126,7 @@
<ClCompile>
<AdditionalModuleDependencies>
</AdditionalModuleDependencies>
<LanguageStandard>stdcpp20</LanguageStandard>
</ClCompile>
<Link>
<EntryPointSymbol>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册