|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71688 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-02 22:20:59
Author: pbouchard
Date: 2011-05-02 22:20:58 EDT (Mon, 02 May 2011)
New Revision: 71688
URL: http://svn.boost.org/trac/boost/changeset/71688
Log:
* Corrections
Text files modified:
sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html (original)
+++ sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html 2011-05-02 22:20:58 EDT (Mon, 02 May 2011)
@@ -98,8 +98,8 @@
c.push_back(make_block<int>(11));
</pre>
- <p>Secondly in the case where a cyclic set is being destroyed, in order to prevent <i>block_ptr</i>s member pointers from accessing an object that is already being
- destroyed a function is provided to explicitly prevent such a scenario:</p>
+ <p>Secondly in the case where a cyclic set is being destroyed, in order to prevent <i>block_ptr</i>s member pointers from accessing an object that has already been
+ destroyed the function <i>cyclic()</i> is provided to explicitly check the state of the pointee object:</p>
<pre>
struct A
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk