[C++-sig] gcc and explicit method types
Yves Secretan
Yves_Secretan at inrs-ete.uquebec.ca
Sat Sep 3 00:13:36 CEST 2005
BOOST_PYTHON_MODULE(foo)
{
class_<A>("A")
.def("f", &A::f);
^^^^^^^ Should do the job
}
More information about the Cplusplus-sig
mailing list