Move to c++17.

All our compilers should handle c++17. Let's move on.
pull/636/head
Matthieu Gautier 3 years ago
parent 74712ff022
commit 1a1274012f

@ -1,7 +1,7 @@
project('kiwix-tools', 'cpp',
version : '3.5.0',
license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
default_options: ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
compiler = meson.get_compiler('cpp')

Loading…
Cancel
Save