|
Boost : |
From: Ron Garcia (garcia_at_[hidden])
Date: 2002-07-14 15:43:47
Subject says it all:
-- ron
Index: weak_ptr.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/smart_ptr/weak_ptr.htm,v
retrieving revision 1.9
diff -u -r1.9 weak_ptr.htm
--- weak_ptr.htm 12 Mar 2002 14:39:22 -0000 1.9
+++ weak_ptr.htm 14 Jul 2002 20:43:34 -0000
@@ -8,7 +8,7 @@
<h1><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align="middle" width="277" height="86">weak_ptr
class template</h1>
<p>The <b>weak_ptr</b> class template stores a pointer to an object that's already
- managed by a <b>shared_ptr</b>. When the object last <b>shared_ptr</b> to the
+ managed by a <b>shared_ptr</b>. When the last <b>shared_ptr</b> to the
object goes away and the object is deleted, all <b>weak_ptr</b> objects have
their stored pointers set to 0.</p>
<p>Every <b>weak_ptr</b> meets the <b>CopyConstructible</b> and <b>Assignable</b> requirements
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk