2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Add support for std::shared_ptr.

This commit is contained in:
Stefan Seefeld
2016-09-22 19:46:38 -04:00
parent 5029273ca8
commit 97e4b34a15
13 changed files with 559 additions and 342 deletions

View File

@@ -38,7 +38,7 @@ for test in [('injected',),
('properties',),
('return_arg',),
('staticmethod',),
('shared_ptr',),
('boost_shared_ptr',),
('enable_shared_from_this',),
('andreas_beyer',),
('polymorphism',),
@@ -94,6 +94,7 @@ for test in [('injected',),
if env['CXX11']:
for test in [
('shared_ptr',),
]:
tests+=env.BPLTest(*test)
else: