diff --git a/meson.build b/meson.build index 18a0c14..9314189 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT project('c-flags', 'c', - default_options: ['c_std=c99', 'cpp_std=c++14', 'warning_level=3'], + default_options: ['c_std=c99', 'cpp_std=c++17', 'warning_level=3'], version: '1.5.8', license: 'MIT')