On 04/20/2012 11:45 AM, Helfer Thomas wrote:
Hi,
using
http://misspent.wordpress.com/2009/09/27/how-to-write-boost-python-converters/, I
tried to write a converter for list to std::vector (In the example, T will
be double).
The code (see converter.cxx) I wrote is still in early stage of
deve
Hi,
using
http://misspent.wordpress.com/2009/09/27/how-to-write-boost-python-converters/,
I tried to write a converter for list to std::vector (In the example, T will
be double).
The code (see converter.cxx) I wrote is still in early stage of
development (no check) but compiles fine on ubuntu o