Skip to content

Commit d8fa214

Browse files
committed
Meson: Use C++20
1 parent 9664320 commit d8fa214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88
check : true,
99
).stdout().split('=')[1].strip(),
1010
default_options : [
11-
'cpp_std=c++17',
11+
'cpp_std=c++20',
1212
'warning_level=3',
1313
'buildtype=release',
1414
'prefix=/usr',

0 commit comments

Comments
 (0)