initial commit for the move to C++11 for doctest 2.0 - no code changes yet! relates #137
diff --git a/scripts/send_to_wandbox.py b/scripts/send_to_wandbox.py
index 2b480cc..aeacac6 100644
--- a/scripts/send_to_wandbox.py
+++ b/scripts/send_to_wandbox.py
@@ -112,7 +112,7 @@
             'file': os.path.relpath(header, directory),
             'code': strip_comments(open(header).read())
         } for header in headers(directory)],
-        'options': 'c++98,cpp-no-pedantic',
+        'options': 'c++11,cpp-no-pedantic',
         'compiler': 'gcc-head',
         'save': True,
         'compiler-option-raw': '-Wall\n-Wextra'