commit | 899894f0f5fbb544e19d90222ae2a0311bde2e4d | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Thu Dec 21 01:22:40 2017 -0600 |
committer | GitHub <noreply@github.com> | Thu Dec 21 01:22:40 2017 -0600 |
tree | 706b852775035679b2e116dadedd10fd220c2963 | |
parent | ddabf50f72cf369bf652a95c4d9fe31a1865a781 [diff] [blame] |
-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.
diff --git a/meson.build b/meson.build index 8daab9c..f5573c0 100644 --- a/meson.build +++ b/meson.build
@@ -4,6 +4,7 @@ version : '1.8.4', default_options : [ 'buildtype=release', + 'cpp_std=c++11', 'warning_level=1'], license : 'Public Domain', meson_version : '>= 0.41.1')