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:
Douglas Gregor
2002-02-14 23:08:30 +00:00
parent 309e6dd82e
commit 5e2f514140
+1
View File
@@ -174,6 +174,7 @@ public:
}
};
class weak_count;
class shared_count
{