Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
352b4e95
Commit
352b4e95
authored
9 years ago
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #431 from insertinterestingnamehere/build_fix
Use c++0x rather than c++11 for unique_ptr tests
parents
36afc605
ff7f0775
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/run/cpp_smart_ptr.pyx
tests/run/cpp_smart_ptr.pyx
+2
-2
No files found.
tests/run/cpp_smart_ptr.pyx
View file @
352b4e95
# distutils: extra_compile_args=-std=c++
11
# distutils: extra_compile_args=-std=c++
0x
# mode: run
# mode: run
# tag: cpp
# tag: cpp
, werror
from
libcpp.memory
cimport
unique_ptr
,
shared_ptr
from
libcpp.memory
cimport
unique_ptr
,
shared_ptr
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment