boostorg / python

Boost.org python module
http://boostorg.github.io/python
Boost Software License 1.0
465 stars 201 forks source link

Operators couldn't return boost::python::object #395

Open o01eg opened 1 year ago

o01eg commented 1 year ago

When I trying to define operator which returns boost::python::object I get error ‘struct boost::python::converter::arg_to_python<boost::python::api::object>’ has no member named ‘release’

def method for operators doesn't accept additional arguments to define other converters.