[C++-sig] pyplusplus bug related to boost::equality_comparable (and possibly other operators as well)

2010-09-09 Thread Jakub Zytka
Actually, I haven't had time to investigate it deeper yet, but it seems to be a pyplusplus's bug. I also haven't found anything relevant on the net, so here we go: Test case: class to be exposed (file a.h) #include class A: boost::equality_comparable { public: A(int a): a(a) {};

Re: [C++-sig] pyplusplus bug related to boost::equality_comparable (and possibly other operators as well)

2010-09-09 Thread Roman Yakovenko
On Thu, Sep 9, 2010 at 2:50 PM, Jakub Zytka wrote: > Actually, I haven't had time to investigate it deeper yet, but it seems to > be a pyplusplus's bug. I also haven't found anything relevant on the net, so > here we go: > > Test case: > class to be exposed (file a.h) > > #include > > class A: bo