Outdated comment removed (Jonathan Wakely)

[SVN r26272]
This commit is contained in:
Peter Dimov
2004-11-22 12:32:35 +00:00
parent c81be1e2e7
commit 8f317492ee

View File

@@ -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)
{