I have a few default parameters in a couple of my member functions, and
these functions do not conform to the format required
forBOOST_PYTHON_MEMBER_FUNCTION_OVERLOAD..
I was wondering how to go about creating those thin wrappers for these
functions.

For example, my class would be something like

struct Foo
{
int bar( const Y* = NULL );
int bar( const X&, const Y* = NULL );
};
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to