[C++-sig] Re: newbie question: converting double* arrays

David Abrahams dave at boost-consulting.com
Sat Jul 3 20:17:27 CEST 2004


Andrew Straw <strawman at astraw.com> writes:

> The error in this case is:
> /home/astraw/other-peoples-src/boost_1_31_0/boost/python/detail/invoke.hpp:89:
> error: no
>    match for call to `(const
>    boost::python::detail::specify_a_return_value_policy_to_wrap_functions_returning<double*>
>    ) (double*)'

The issue in this case isn't a double* argument.  As indicated by the
error message, it's the double* return.  How would you like that to be
converted to Python?

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list