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 6e0ee05 commit 2a9c452Copy full SHA for 2a9c452
meson.build
@@ -5,7 +5,7 @@ project(
5
license: 'BSD-3-Clause',
6
license_files: 'LICENSE',
7
meson_version: '>=1.3',
8
- default_options: ['cpp_std=c++11', 'warning_level=3'],
+ default_options: ['cpp_std=c++17,c++11', 'warning_level=3'],
9
)
10
11
inc = include_directories('.')
0 commit comments