$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-06-15 12:47:41
Larry Evans wrote:
> Maybe you could more easily find the error in the conversion
> of sp_collector.cpp than me, if you're interested.
I'm not sure whether we should invest any effort in porting
sp_collector.cpp; it's not an official part of shared_ptr and doesn't work
reliably. Have you looked at reset_and_collect.cpp, which relies on user
enumeration but is 100% portable and doesn't need access to the shared_ptr
implementation?
http://listarchives.boost.org/boost-users/2005/05/11805.php
It can be made incremental without much extra effort.