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