
15 Jun
2005
15 Jun
'05
4:26 p.m.
On 06/14/2005 05:54 PM, Larry Evans wrote: [snip]
most tests in libs/policy_ptr/test. The one test which fails is std_ptr_binary_node_test. It fails during the test of the emulation of shared_ptr for collecting cycles. The code in:
libs/policy_ptr/src/detail/collector_sp_counted_tagged.cpp
is *supposed* to be an accurate conversion of:
libs/smart_ptr/src/sp_collector.cpp
[snip]
Maybe you could more easily find the error in the conversion of sp_collector.cpp than me, if you're interested.
There's also changes in: boost/policy_ptr/detail/shared_count_sp_counted_tagged.hpp which may be relevant. The changes in this file as well as others are indicated by: // SHARED_PTR_DIFF_NOTE: