$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60088 - sandbox/statistics/detail/assign/boost/assign/auto_size
From: erwann.rogard_at_[hidden]
Date: 2010-03-02 17:36:37
Author: e_r
Date: 2010-03-02 17:36:36 EST (Tue, 02 Mar 2010)
New Revision: 60088
URL: http://svn.boost.org/trac/boost/changeset/60088
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp        |     4 ++--                                    
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp |     4 ++--                                    
   2 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp	2010-03-02 17:36:36 EST (Tue, 02 Mar 2010)
@@ -10,8 +10,8 @@
 #define BOOST_ASSIGN_AUTO_SIZE_REF_LIST_OF_ER_2010_HPP
 #include <boost/assign/auto_size/detail/auto_size.hpp>
 
-// Creates a collection of references whose functionality is that of assign::
-// detail::auto_size::array_interface. It can be used either as the rhs or lhs 
+// Creates a collection of references whose functionality is that of 
+// auto_size::array_interface<>. It can be used either as the rhs or lhs 
 // of an assignment such as:
 // 	boost::fill(ref_list_of(a)(b)(c),0)
 
Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp	2010-03-02 17:36:36 EST (Tue, 02 Mar 2010)
@@ -10,8 +10,8 @@
 #define BOOST_ASSIGN_AUTO_SIZE_REF_REBIND_LIST_OF_ER_2010_HPP
 #include <boost/assign/auto_size/detail/auto_size.hpp>
 
-// Creates a collection of references whose functionality is that of assign::
-// detail::auto_size::array_interface. Rebind semantics apply if the collection 
+// Creates a collection of references whose functionality is that of 
+// auto_size::array_interface<>. Rebind semantics apply if the collection 
 // is the lhs of an assignment:
 // 	cref_rebind_list_of(a)(b)(c).assign(d)
 // Unless this specific feature is needed, ref_list_of() is preferable.