Merge pull request #996 from kiwix/cpp17

Move to c++17.
This commit is contained in:
Kelson 2023-09-14 17:21:18 +02:00 committed by GitHub
commit e13324fbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
project('libkiwix', 'cpp',
version : '12.1.0',
license : 'GPLv3+',
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')