Freyr Magnússon wrote:
I trying to create an interface wrapper for a class and I get an error:
cannot convert from 'boost::python::detail::method_result' to
'MMOT::Geometry &'
Checking the code, I see method_result has a workaround for the
conversion-operator-to-reference:
class method_r
I trying to create an interface wrapper for a class and I get an error:
cannot convert from 'boost::python::detail::method_result' to
'MMOT::Geometry &'
The code is like this:
struct SelectQueryWrap : SelectQuery, wrapper
{
bool queryNodeBefore(QueryContext* context, OctreeNode *node, const
A