Commit 800deb71 authored by Ian Henriksen's avatar Ian Henriksen Committed by Stefan Behnel

Use c++0x rather than c++11 when building tests to allow for versions of

gcc older than 4.7. This fixes a recurring Travis build failure.
parent ef5f4ad6
# distutils: extra_compile_args=-std=c++11
# distutils: extra_compile_args=-std=c++0x
# mode: run
# tag: cpp
# tag: cpp, werror
from libcpp.memory cimport unique_ptr, shared_ptr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment