[C++-sig] Issues with Overloading with Boost
Dirgesh Patel
dirgesh.patel at hp.com
Wed Sep 28 16:22:35 CEST 2005
I have listed many questions about overloading in the gmane.comp.python.c++
newsgroup.
Yet i still have not found a cure for my issue. The problem that I am having
is I have a function called
bkimage* copy(bkimage *img,
xint32_t pln0, xint32_t row0, xint32_t col0,
xint32_t pln1, xint32_t row1, xint32_t col1)
then i have a boost.cpp file which is running this line
BOOST_PYTHON_FUNCTION_OVERLOADS(imageMorph_copy, copy, 1, 7)
and
def("copy", copy, imageMorph_copy()
[return_value_policy<manage_new_object>()] );
yet i still get errors
More information about the Cplusplus-sig
mailing list