We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc4779 commit f5f0c58Copy full SHA for f5f0c58
src/sdk/build/Vezel.Zig.Sdk.Defaults.targets
@@ -24,7 +24,7 @@
24
25
<PropertyGroup Condition="'$(LanguageStandard)' == ''">
26
<LanguageStandard Condition="'$(Language)' == 'C'">gnu23</LanguageStandard>
27
- <LanguageStandard Condition="'$(Language)' == 'Cxx'">gnu++2c</LanguageStandard>
+ <LanguageStandard Condition="'$(Language)' == 'Cxx'">gnu++23</LanguageStandard>
28
<LanguageStandard Condition="'$(Language)' == 'Zig'">zig</LanguageStandard>
29
</PropertyGroup>
30
0 commit comments