diff --git a/meson.build b/meson.build index 33ce40e..138b628 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project( meson_version: '>=1.3', default_options: [ 'c_std=c11', - 'cpp_std=c++17', + 'cpp_std=c++17,vc++17', 'warning_level=3', ], )