Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71652 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-01 14:52:02


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

Log:
* Formatted note
Text files modified:
   sandbox/block_ptr/libs/smart_ptr/doc/rationale.html | 8 +++++++-
   1 files changed, 7 insertions(+), 1 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:52:01 EDT (Sun, 01 May 2011)
@@ -91,7 +91,13 @@
     <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 being destructed more than once.</i></p>
+ <table>
+ <tr>
+ <td width="20"></td>
+ <td><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 being destructed more than once.</i></td>
+ </tr>
+ </table>
+
 
   <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