
28 Apr
2008
28 Apr
'08
7:52 a.m.
On Mon, 2008-04-28 at 00:26 -0700, Sohail Somani wrote:
Just noticed that some shared_from_this tests are failing:
http://beta.boost.org/development/tests/trunk/developer/output/SomaniSoftwar...
I recall there were some changes along these lines so just thought I'd point it out while the issue is still fresh.
Peter Dimov added new tests with http://svn.boost.org/trac/boost/changeset/44775 which showed a problem in the previous versions of enable_shared_from_this. My commit http://svn.boost.org/trac/boost/changeset/44782 should fix that. Since the above mentioned regression test managed to pick up rev 44781, it fails, but it should go away with newer runs. Regards, Daniel