On Fri, May 15, 2009 at 12:01 AM, Philip Bloom wrote:
> Hello,
Hello.
> I’m having some issues with retrieving objects from a custom container
> class. The objects in the container are otherwise wrapped objects
> (PythonDTPNodeHandle *) that the python wrapper knows how to convert, but
> what I
Thank you for suggesting the workaround. But I would like to understand _why_
the operator overloading doesn't work the Boost.Python way in my example (or
what I have done wrong).
It can be quite tedious to write a wrapper like __add__ for each operator and
pair of classes, and I thought the ".