$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59694 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-15 13:29:45
Author: e_r
Date: 2010-02-15 13:29:44 EST (Mon, 15 Feb 2010)
New Revision: 59694
URL: http://svn.boost.org/trac/boost/changeset/59694
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp	2010-02-15 13:29:44 EST (Mon, 15 Feb 2010)
@@ -31,7 +31,7 @@
 //
 // Revision history:
 // Feb 9, 2010 : 
-// 	- Added copy semantics.
+// 	- Added a template parameter for the reference_wrapper
 // 	- The temporary array in the conversion operator is now assigned by calling 
 // 	begin() and end() rather than write_to_array() to ensure consistency of 
 //  side effect when assigning under rebind semantics. Negligible loss in 
@@ -156,8 +156,8 @@
         }
                 
         typedef boost::shared_ptr<ref_array_> smart_ptr_;
-        // Only one of the N expressions, the last one, needs to instantiate an 
-        // array, hence a pointer.
+        // Only the last of N expressions needs to instantiate an array, hence a
+        // pointer.
         smart_ptr_ ptr;
                 
     };