Skip to content

Deprecate use of boost::shared_ptr in favour of std::shared_ptr #81

@stefanseefeld

Description

@stefanseefeld

Assuming boost::shared_ptr and std::shared_ptr are distinct types, let Boost.Python provide builtin support for std::shared_ptr whenever the compiler supports it, and optionally support for boost::shared_ptr (for backward compatibility). The latter may be removed later, to reduce Boost.Python's dependency on Boost.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions