Re: [C++-sig] boost python writing converters for list to std::vector

2012-04-23 Thread Jim Bosch
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

[C++-sig] boost python writing converters for list to std::vector

2012-04-20 Thread Helfer Thomas
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