
15 Jun
2005
15 Jun
'05
5:47 p.m.
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://lists.boost.org/boost-users/2005/05/11805.php It can be made incremental without much extra effort.