Hi. Few days ago I added support for
BOOST_PYTHON_FUNCTION_OVERLOADS
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS
macros member and free functions.
By default this feature is off. In order to enable it you have to set
"use_overload_macro"
to True.
In most cases you should not use this feature, but when you see that
you can not load
your module because some type is still unregistered, this feature can help.
Comments, bug and suggestions are welcome.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|