Skip to content

Commit 37fdea7

Browse files
committed
Use C++20 by default
1 parent 8502d4b commit 37fdea7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<WarningLevel>Level3</WarningLevel>
3535
<MultiProcessorCompilation>true</MultiProcessorCompilation>
3636
<ConformanceMode>true</ConformanceMode>
37-
<LanguageStandard>stdcpp17</LanguageStandard>
37+
<LanguageStandard>stdcpp20</LanguageStandard>
3838
</ClCompile>
3939
<Midl>
4040
<MkTypLibCompatible>false</MkTypLibCompatible>

0 commit comments

Comments
 (0)