diff --git a/meson.build b/meson.build index 1ed26b6809e1..2807fcc8f1b2 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('SU2', 'c', 'cpp', default_options: ['buildtype=release', 'warning_level=0', 'c_std=c99', - 'cpp_std=c++11']) + 'cpp_std=c++17']) fsmod = import('fs') if not fsmod.exists('su2preconfig.timestamp')