Skip to content

Commit

Permalink
Merge pull request #636 from kiwix/cpp17
Browse files Browse the repository at this point in the history
Move to c++17.
  • Loading branch information
kelson42 authored Sep 22, 2023
2 parents 74712ff + 1a12740 commit a4cc4ba
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 a4cc4ba

Please sign in to comment.