|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72150 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-24 20:34:56
Author: pbouchard
Date: 2011-05-24 20:34:55 EDT (Tue, 24 May 2011)
New Revision: 72150
URL: http://svn.boost.org/trac/boost/changeset/72150
Log:
* Raw pointer doc
Text files modified:
sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html | 2 +-
1 files changed, 1 insertions(+), 1 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-24 20:34:55 EDT (Tue, 24 May 2011)
@@ -136,7 +136,7 @@
<table>
<tr>
<td width="20"></td>
- <td><i>Note: The assignment of a raw pointer needs to be immediate.</i></td>
+ <td><i>Note: The assignment of a raw pointer needs to be the immediate next step after the allocation of the object.</i></td>
</tr>
</table>
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