Skip to content

Commit 04f4bb3

Browse files
committed
ARM64EC的配置改为C++20
1 parent 6dde63e commit 04f4bb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TrafficMonitor/TrafficMonitor.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
<PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
397397
<SDLCheck>true</SDLCheck>
398398
<MultiProcessorCompilation>true</MultiProcessorCompilation>
399+
<LanguageStandard>stdcpp20</LanguageStandard>
399400
</ClCompile>
400401
<Link>
401402
<SubSystem>Windows</SubSystem>
@@ -470,6 +471,7 @@
470471
<PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions);WITHOUT_TEMPERATURE</PreprocessorDefinitions>
471472
<SDLCheck>true</SDLCheck>
472473
<MultiProcessorCompilation>true</MultiProcessorCompilation>
474+
<LanguageStandard>stdcpp20</LanguageStandard>
473475
</ClCompile>
474476
<Link>
475477
<SubSystem>Windows</SubSystem>
@@ -635,6 +637,7 @@
635637
<PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
636638
<SDLCheck>true</SDLCheck>
637639
<MultiProcessorCompilation>true</MultiProcessorCompilation>
640+
<LanguageStandard>stdcpp20</LanguageStandard>
638641
</ClCompile>
639642
<Link>
640643
<SubSystem>Windows</SubSystem>
@@ -717,6 +720,7 @@
717720
<PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions);WITHOUT_TEMPERATURE</PreprocessorDefinitions>
718721
<SDLCheck>true</SDLCheck>
719722
<MultiProcessorCompilation>true</MultiProcessorCompilation>
723+
<LanguageStandard>stdcpp20</LanguageStandard>
720724
</ClCompile>
721725
<Link>
722726
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)