Deprecate use of boost::shared_ptr in favour of std::shared_ptr
未關閉
C++-11
- 主要語言
- C++
- 星號
- 537
- 分支
- 223
- 平均合併
- 11 小時 22 分鐘
- 30 天內合併 PR
- 2
描述
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.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。