Merge pull request #636 from kiwix/cpp17

Move to c++17.
This commit is contained in:
Kelson 2023-09-22 17:38:55 +02:00 committed by GitHub
commit a4cc4ba55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')