boostorg / boostorg/python

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

Open
#81 2 comments 0 reactions 1 assignee Claimed by @stefanseefeld View on GitHub
C++-11
Dominant language
C++
Stars
537
Forks
223
Avg merge
11h 22m
Merged PRs (30d)
2

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.