On 04/10/2012 06:58 AM, Holger Brandsmeier wrote:
Dear list,
I exported a wrapper for std::complex to python and I am
willing to always use this class in python and I never want to use
pythons own `complex` data type.
However, a funny thing happens when I export the addition operator
(the impl
Dear list,
I exported a wrapper for std::complex to python and I am
willing to always use this class in python and I never want to use
pythons own `complex` data type.
However, a funny thing happens when I export the addition operator
(the implemenation is given in the STL ...)
.def(self