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