Change C++ standard to 17
This commit is contained in:
parent
283ce0b1ec
commit
d105204a3f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue