Change C++ standard to 17

This commit is contained in:
Mario Daniel Ruiz Saavedra 2023-08-14 17:00:09 -05:00
parent 283ce0b1ec
commit d105204a3f

View file

@ -2,7 +2,7 @@ project('mouse_m908', ['cpp', 'c'],
version: '3.3',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'cpp_std=gnu++2a',
'cpp_std=c++17',
],
)