$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71729 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-04 20:08:35
Author: pbouchard
Date: 2011-05-04 20:08:34 EDT (Wed, 04 May 2011)
New Revision: 71729
URL: http://svn.boost.org/trac/boost/changeset/71729
Log:
* Minor fix
Text files modified: 
   sandbox/block_ptr/libs/smart_ptr/doc/overview.html |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/block_ptr/libs/smart_ptr/doc/overview.html
==============================================================================
--- sandbox/block_ptr/libs/smart_ptr/doc/overview.html	(original)
+++ sandbox/block_ptr/libs/smart_ptr/doc/overview.html	2011-05-04 20:08:34 EDT (Wed, 04 May 2011)
@@ -195,7 +195,7 @@
   <h2><a name="sp" id="sp"></a>Block Pointer</h2>
 
   <p>Block Pointer is a memory manager on top of reference counting and is also able to detect outright 
-  unreferenced cyclic blocks of memory.  It is a fast as the popular smart pointer <i>boost::shared_ptr<T></i> 
+  unreferenced cyclic blocks of memory.  It is a fast as <i>shared_ptr</i> 
   but is not requiring a bigger memory usage per pointer (2 times <i>sizeof(void *)</i>), given its 
   ability to detect cyclic blocks of memory with no coding overhead.  For example:</p>