$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72140 - sandbox/block_ptr/libs/smart_ptr/doc
From: phil_at_[hidden]
Date: 2011-05-24 19:27:11
Author: pbouchard
Date: 2011-05-24 19:27:10 EDT (Tue, 24 May 2011)
New Revision: 72140
URL: http://svn.boost.org/trac/boost/changeset/72140
Log:
* Characteristics 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-24 19:27:10 EDT (Tue, 24 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 <i>shared_ptr</i> 
+  unreferenced cyclic blocks of memory.  Its performance is comparable to <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>