Aug. 31, 2006
5:21 p.m.
On 8/31/06, Joel de Guzman <djowel@gmail.com> wrote:
Ok, disregard that. I did check it out and the error is the def it should be:
.def("foo", (void(*)(bool, int, char))0, foo_overloads());
I fixed the docs and updated to CVS.
Do you want to consider to fix "def"? .def("foo", foo_overloads() ); It is not clear why user should pass second argument. Thanks. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/