From 8f317492ee506214a6830dc0f41da84e59ab2759 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 22 Nov 2004 12:32:35 +0000 Subject: [PATCH] Outdated comment removed (Jonathan Wakely) [SVN r26272] --- include/boost/detail/shared_count.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/detail/shared_count.hpp b/include/boost/detail/shared_count.hpp index 86d8e4b..7125905 100644 --- a/include/boost/detail/shared_count.hpp +++ b/include/boost/detail/shared_count.hpp @@ -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) {