forked from boostorg/smart_ptr
Added forward declaration of 'weak_count' class, which is referenced in
shared_count; the friend declaration does not suffice to forward-declare the name. [SVN r12813]
This commit is contained in:
@@ -174,6 +174,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class weak_count;
|
||||
|
||||
class shared_count
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user