Skip to content

Commit f5f0c58

Browse files
committed
Set default LanguageStandard for C++ projects to gnu++23.
1 parent 5dc4779 commit f5f0c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/build/Vezel.Zig.Sdk.Defaults.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<PropertyGroup Condition="'$(LanguageStandard)' == ''">
2626
<LanguageStandard Condition="'$(Language)' == 'C'">gnu23</LanguageStandard>
27-
<LanguageStandard Condition="'$(Language)' == 'Cxx'">gnu++2c</LanguageStandard>
27+
<LanguageStandard Condition="'$(Language)' == 'Cxx'">gnu++23</LanguageStandard>
2828
<LanguageStandard Condition="'$(Language)' == 'Zig'">zig</LanguageStandard>
2929
</PropertyGroup>
3030

0 commit comments

Comments
 (0)