Using Boost Python & std::shared_ptr

前端 未结 4 2207
悲哀的现实
悲哀的现实 2021-02-13 06:30

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\",         


        
4条回答
  •  轮回少年
    2021-02-13 07:03

    There's a bug report for this: https://svn.boost.org/trac/boost/ticket/6545

    Looks like someone is working on it.

提交回复
热议问题