Skip to content

Commit 5196104

Browse files
authored
Update LanguageStandard from stdcpplatest to stdcpp23 (#68)
1 parent e15f5dc commit 5196104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<MultiProcessorCompilation>true</MultiProcessorCompilation>
5353

5454
<!-- Explicit define that all projects are compiled according the draft C++23 standard -->
55-
<LanguageStandard>stdcpplatest</LanguageStandard>
55+
<LanguageStandard>stdcpp23</LanguageStandard>
5656
<UseStandardPreprocessor>true</UseStandardPreprocessor>
5757

5858
<!-- To ensure high quality C++ code use warning level 4 and treat warnings as errors to ensure warnings are fixed promptly. -->

0 commit comments

Comments
 (0)