-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:
Christopher Dunn 2017-12-21 01:22:40 -06:00 committed by GitHub
parent ddabf50f72
commit 899894f0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')