Re: [C++-sig] Bug and patch for boost.pythonwithenable_shared_from_this

2008-12-23 Thread Ralf W. Grosse-Kunstleve
: [C++-sig] Bug and patch for boost.pythonwithenable_shared_from_this on Mon Dec 22 2008, "Ralf W. Grosse-Kunstleve" wrote: > Thanks for the patches! They are now in the boost trunk: > > > r50368 |

Re: [C++-sig] Bug and patch for boost.pythonwithenable_shared_from_this

2008-12-23 Thread David Abrahams
on Mon Dec 22 2008, "Ralf W. Grosse-Kunstleve" wrote: > Thanks for the patches! They are now in the boost trunk: > > > r50368 | rwgk | 2008-12-22 23:55:33 -0800 (Mon, 22 Dec 2008) | 4 lines > > Boost.Python enable_shared_fr

Re: [C++-sig] Bug and patch for boost.pythonwithenable_shared_from_this

2008-12-22 Thread Ralf W. Grosse-Kunstleve
Thanks for the patches! They are now in the boost trunk: r50368 | rwgk | 2008-12-22 23:55:33 -0800 (Mon, 22 Dec 2008) | 4 lines Boost.Python enable_shared_from_this patches by Nicolas Lelong and Chad Austin: http://mail.py

Re: [C++-sig] Bug and patch for boost.pythonwithenable_shared_from_this

2008-12-12 Thread Nicolas Lelong
FWIW, it seems I can't reproduce the problem with current boost svn trunk code, the problem still existed in boost_1_37_0 though. I could not spot the changes made that fixed the problem. I took a look at the shared_ptr aliasing constructor, and made a patch to my boost_1_37_0 that solves the p