[email protected]

2009-09-06 Thread troy d. straszheim
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

[email protected]

2009-09-06 Thread Freyr Magnússon
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