Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72148 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-24 20:27:27


Author: pbouchard
Date: 2011-05-24 20:27:26 EDT (Tue, 24 May 2011)
New Revision: 72148
URL: http://svn.boost.org/trac/boost/changeset/72148

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:27:26 EDT (Tue, 24 May 2011)
@@ -127,7 +127,7 @@
   </tr>
   </table>
 
- <p>Thirdly creating pointee objects in a faster way is possible by calling <i>operator new</i> directly with an object of type <i>block</i>:</p>
+ <p>Thirdly creating pointee objects in a faster way is possible by calling <i>operator new</i> directly with an object of type <i>block&#60;T&#62;</i>:</p>
   
   <pre>
   block_ptr&#60;int&#62; p = new block&#60;int&#62;(10);


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