mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-06 08:41:10 +01:00
-std=c++11 (#715)
We set this is the Meson build to eliminate warnings, but c++0x should still work, at least for now. See #695 for discussion.
This commit is contained in:
parent
ddabf50f72
commit
899894f0f5
@ -4,6 +4,7 @@ project(
|
|||||||
version : '1.8.4',
|
version : '1.8.4',
|
||||||
default_options : [
|
default_options : [
|
||||||
'buildtype=release',
|
'buildtype=release',
|
||||||
|
'cpp_std=c++11',
|
||||||
'warning_level=1'],
|
'warning_level=1'],
|
||||||
license : 'Public Domain',
|
license : 'Public Domain',
|
||||||
meson_version : '>= 0.41.1')
|
meson_version : '>= 0.41.1')
|
||||||
|
Loading…
Reference in New Issue
Block a user