Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71650 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-01 14:32:34


Author: pbouchard
Date: 2011-05-01 14:32:34 EDT (Sun, 01 May 2011)
New Revision: 71650
URL: http://svn.boost.org/trac/boost/changeset/71650

Log:
* Added note on cyclic destruction
Text files modified:
   sandbox/block_ptr/libs/smart_ptr/doc/rationale.html | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/block_ptr/libs/smart_ptr/doc/rationale.html
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/doc/rationale.html (original)
+++ sandbox/block_ptr/libs/smart_ptr/doc/rationale.html 2011-05-01 14:32:34 EDT (Sun, 01 May 2011)
@@ -90,6 +90,8 @@
   <center>
     <img src="Cyclicism1.png"/><img src="Cyclicism2.png"/>
   </center>
+
+ <p><i>Note: It is to be noted that the recursive behavior of such a destruction will be broken and is therefore done iteratively. This will prevent from objects to be destructed more than once.</i></p>
 
   <h2><a name="initialization" id="initialization"></a>Initialization</h2>
 


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