Re: [C++-sig] Member overloads signature not matching C++ signature

2015-07-31 Thread Stefan Seefeld
On 30/07/15 12:53 PM, James Maddison wrote: > I am trying to bind a C++ class but python is reporting there is no > matching signature for two of the methods which are I am trying to > bind using the member function overloads macro. > > The class looks like so: > > struct path { > path(

[C++-sig] Member overloads signature not matching C++ signature

2015-07-31 Thread James Maddison
I am trying to bind a C++ class but python is reporting there is no matching signature for two of the methods which are I am trying to bind using the member function overloads macro. The class looks like so: struct path { path(); path(double line_width); void move_