Skip to content

Commit

Permalink
Move to c++17.
Browse files Browse the repository at this point in the history
All our compilers should handle c++17. Let's move on.
  • Loading branch information
mgautierfr committed Aug 30, 2023
1 parent 74712ff commit 1a12740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit 1a12740

Please sign in to comment.