Skip to content

Commit

Permalink
Merge pull request #996 from kiwix/cpp17
Browse files Browse the repository at this point in the history
Move to c++17.
  • Loading branch information
kelson42 authored Sep 14, 2023
2 parents bde737f + c38ab3e commit e13324f
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 e13324f

Please sign in to comment.