mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
Outdated comment removed (Jonathan Wakely)
[SVN r26272]
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user