mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Add comment to reference Boost.Python issue.
This commit is contained in:
@@ -19,6 +19,8 @@ namespace utils {
|
||||
// Note that this is only useful for Python -> C++ conversion, and without this, Boost
|
||||
// will automatically wrapped the pointer. The C++ -> Python conversion is handled
|
||||
// separately by boost::python::register_ptr_to_python.
|
||||
//
|
||||
// This is an open Boost.Python problem: https://github.com/boostorg/python/pull/11
|
||||
|
||||
template <class SharedPtr>
|
||||
struct shared_ptr_from_python;
|
||||
|
||||
Reference in New Issue
Block a user