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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user