Re: [C++-sig] Problems with virtualness and py++

2009-09-21 Thread Roman Yakovenko
On Mon, Sep 21, 2009 at 1:21 PM, Roman Yakovenko wrote: >> There is a small snag still: >> >> virtual_const_bindings.cpp:27: virhe: ”result” declared as reference >> but not initialized >> >> This comes from the following piece of code: >> >>    static boost::python::object default_h( ::B & inst,

Re: [C++-sig] Python 3 support has landed on boost trunk

2009-09-21 Thread David Abrahams
on Sat Sep 19 2009, Stefan Seefeld wrote: > Hi there, > > as some of you may know, Haoyu Bai has worked over the summer on Python 3 > support for > Boost.Python. This work happened on a branch, which I merged back into trunk > last > night. Whoo hoo! > Now we need to set up testers to run th

Re: [C++-sig] Problems with virtualness and py++

2009-09-21 Thread Roman Yakovenko
2009/9/21 Pertti Kellomäki : > Hi Roman, > >> Can you try revision: >> http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1757&view=rev ? >> >> I believe the bug is fixed and new issues were not introduced :-) > > There is a small snag still: > > virtual_const_bindings.cpp:27: virhe: ”result” declar