Skip to content

Commit 899894f

Browse files
authored
-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.
1 parent ddabf50 commit 899894f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(
44
version : '1.8.4',
55
default_options : [
66
'buildtype=release',
7+
'cpp_std=c++11',
78
'warning_level=1'],
89
license : 'Public Domain',
910
meson_version : '>= 0.41.1')

0 commit comments

Comments
 (0)