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 authored and kelson42 committed Sep 14, 2023
1 parent bde737f commit c38ab3e
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('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')

Expand Down

0 comments on commit c38ab3e

Please sign in to comment.