Skip to content

Commit 8b77dc0

Browse files
usiemsmrbean-bremen
authored andcommitted
Qt 6.8 uses C++20
1 parent 6540c8b commit 8b77dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ namespace
134134
}
135135
dui.defines.push_back("__cplusplus=1");
136136
dui.defines.push_back("__STDC__");
137-
dui.std = "c++17";
137+
dui.std = "c++20";
138138
dui.removeComments = true;
139139

140140
QFile file(sourceFile);

0 commit comments

Comments
 (0)