We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15f5dc commit 5196104Copy full SHA for 5196104
Directory.Build.props
@@ -52,7 +52,7 @@
52
<MultiProcessorCompilation>true</MultiProcessorCompilation>
53
54
<!-- Explicit define that all projects are compiled according the draft C++23 standard -->
55
- <LanguageStandard>stdcpplatest</LanguageStandard>
+ <LanguageStandard>stdcpp23</LanguageStandard>
56
<UseStandardPreprocessor>true</UseStandardPreprocessor>
57
58
<!-- To ensure high quality C++ code use warning level 4 and treat warnings as errors to ensure warnings are fixed promptly. -->
0 commit comments