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) {};
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