Re: [C++-sig] std::auto_ptr<> in constructor

2010-04-14 Thread Roman Yakovenko
On Thu, Apr 15, 2010 at 7:17 AM, Roman Yakovenko wrote: > On Thu, Apr 15, 2010 at 1:08 AM, Tomasz Mikolajczyk > wrote: >> Hi, >> >> I'm a new user of boost::python art. I started to play a bit with the >> code and the py++ generator and encountered difficulties with the >> std::auto_ptr in constr

Re: [C++-sig] std::auto_ptr<> in constructor

2010-04-14 Thread Roman Yakovenko
On Thu, Apr 15, 2010 at 1:08 AM, Tomasz Mikolajczyk wrote: > Hi, > > I'm a new user of boost::python art. I started to play a bit with the > code and the py++ generator and encountered difficulties with the > std::auto_ptr in constructor. > ... > I understand the error but I don't know what to do