Hi all,
I'm having some trouble using boost.python to expose an input iterator that I've
implemented using boost::iterator_facade. I've included an example below. The
code will print garbage when iterating in python and segfault for more
complicated iterators, but works fine if std::input_iterat
Hello
I am working on the project proposal for GSoC 2011 for the Boost.python
project, and I would like a little help.
1. ndarray.hpp mentions that functionality needs to be added like the one
in boost::python::numeric::array . Stefan suggested that Jim might be able
to help with what exactly wa
On 03/30/2011 08:01 PM, Ankit Daftery wrote:
Hello
I am working on the project proposal for GSoC 2011 for the Boost.python
project, and I would like a little help.
1. ndarray.hpp mentions that functionality needs to be added like the
one in boost::python::numeric::array . Stefan suggested that