|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r71690 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-03 02:36:35
Author: pbouchard
Date: 2011-05-03 02:36:32 EDT (Tue, 03 May 2011)
New Revision: 71690
URL: http://svn.boost.org/trac/boost/changeset/71690
Log:
* Updated notes
Text files modified:
sandbox/block_ptr/libs/smart_ptr/doc/tutorial.html | 7 +++++++
1 files changed, 7 insertions(+), 0 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-03 02:36:32 EDT (Tue, 03 May 2011)
@@ -120,6 +120,13 @@
p->p = p;
</pre>
+ <table>
+ <tr>
+ <td width="20"></td>
+ <td><i>Note: This function should only be used in a destructor.</i></td>
+ </tr>
+ </table>
+
<h2><a name="caveat" id="caveat"></a>Caveat</h2>
<p>Hierarchies with multiple inheritance without virtual tables will cause undefined behavior if a pointer to a derived class is assigned to a pointer of one
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