July 5, 2003
5:04 p.m.
"N" == nicodemus <nicodemus@globalite.com.br> writes:
[virtual operators bug] N> But I will change it to export the explicit Python special N> names, to ease dealing with virtual operators: N> class<A>(...) N> .def("__add__", &A::operator+) N> ; N> You people think that this is a great loss in readability? I'm OK with the above since it reads quite naturally to *me*. I'm not sure what others will feel though. cheers, prabhu