Commit 352b4e95 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #431 from insertinterestingnamehere/build_fix

Use c++0x rather than c++11 for unique_ptr tests
parents 36afc605 ff7f0775
# 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