I\'m trying to get Boost Python to play nicely with std::shared_ptr. Currently, I\'m receiving this error:
Traceback (most recent call last):
File \"test.py\",
Looks like boost::python doesn't support C++ 11 std::shared_ptr.
If you have a look to file boost/python/converter/shared_ptr_to_python.hpp you'll find implementation of template function shared_ptr_to_python(shared_ptr
I think you have several options: