summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin R. Thornton <krthornt@uci.edu>2016-02-22 11:18:04 -0800
committerKevin R. Thornton <krthornt@uci.edu>2016-02-22 11:18:04 -0800
commit6a620200af41d7c532765fc6181d7896c4bf9596 (patch)
tree235c4f2e5a81d0f2d6e7c4c1ae7ed00982d93de5
parentb591de14a09ca4036d8b4f3fb9612b67533088b4 (diff)
downloadcython-6a620200af41d7c532765fc6181d7896c4bf9596.tar.gz
require C++11. C++0x is on its way out...
-rw-r--r--tests/run/cpp_smart_ptr.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/cpp_smart_ptr.pyx b/tests/run/cpp_smart_ptr.pyx
index 97fcde2ef..27171d8d3 100644
--- a/tests/run/cpp_smart_ptr.pyx
+++ b/tests/run/cpp_smart_ptr.pyx
@@ -1,4 +1,4 @@
-# distutils: extra_compile_args=-std=c++0x
+# distutils: extra_compile_args=-std=c++11
# mode: run
# tag: cpp, werror