We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9664320 commit d8fa214Copy full SHA for d8fa214
1 file changed
meson.build
@@ -8,7 +8,7 @@ project(
8
check : true,
9
).stdout().split('=')[1].strip(),
10
default_options : [
11
- 'cpp_std=c++17',
+ 'cpp_std=c++20',
12
'warning_level=3',
13
'buildtype=release',
14
'prefix=/usr',
0 commit comments