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(
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_