Index: boost/detail/shared_count.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/detail/shared_count.hpp,v retrieving revision 1.41 diff -u -p -b -B -r1.41 shared_count.hpp --- boost/detail/shared_count.hpp 26 Jul 2004 00:31:59 -0000 1.41 +++ boost/detail/shared_count.hpp 22 Nov 2004 11:42:01 -0000 @@ -247,7 +247,7 @@ private: public: - // pre: initial_use_count <= initial_weak_count, d(p) must not throw + // pre: d(p) must not throw sp_counted_base_impl(P p, D d): ptr(p), del(d) {