mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 21:54:28 +02:00
Outdated comment removed (Jonathan Wakely)
[SVN r26272]
This commit is contained in:
@@ -247,7 +247,7 @@ private:
|
|||||||
|
|
||||||
public:
|
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)
|
sp_counted_base_impl(P p, D d): ptr(p), del(d)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user