mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08: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',
|
||||
default_options : [
|
||||
'buildtype=release',
|
||||
'cpp_std=c++11',
|
||||
'warning_level=1'],
|
||||
license : 'Public Domain',
|
||||
meson_version : '>= 0.41.1')
|
||||
|
Loading…
x
Reference in New Issue
Block a user