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 1b5349d commit 510790fCopy full SHA for 510790f
meson.build
@@ -21,7 +21,7 @@ project(
21
version: '0.2.0',
22
license: 'Apache-2.0',
23
meson_version: '>=1.3.0',
24
- default_options: ['cpp_std=c++23', 'warning_level=2'],
+ default_options: ['cpp_std=c++23,c++latest', 'warning_level=2'],
25
)
26
27
subdir('src')
0 commit comments