diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3ff746cd..7a1ca3a2 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ project('ingen', 'cpp', default_options: [ 'b_ndebug=if-release', 'buildtype=release', - 'cpp_std=c++14', + 'cpp_std=c++17', ]) ingen_src_root = meson.current_source_dir() |