[C++-sig] segfault wrapping iterator_facade input iterators

2011-03-30 Thread Alec Chapman
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

[C++-sig] GSoC Boost.Python project

2011-03-30 Thread Ankit Daftery
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

Re: [C++-sig] GSoC Boost.Python project

2011-03-30 Thread Jim Bosch
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