Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59917 - sandbox/statistics/detail/assign/boost/assign/auto_size
From: erwann.rogard_at_[hidden]
Date: 2010-02-25 15:49:02


Author: e_r
Date: 2010-02-25 15:49:01 EST (Thu, 25 Feb 2010)
New Revision: 59917
URL: http://svn.boost.org/trac/boost/changeset/59917

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-02-25 15:49:01 EST (Thu, 25 Feb 2010)
@@ -10,9 +10,9 @@
 #define BOOST_ASSIGN_AUTO_SIZE_REF_LIST_OF_ER_2010_HPP
 #include <boost/assign/auto_size/detail/auto_size.hpp>
 
-// Creates collection of references having the boost::array interface and con-
+// Creates a collection of references having the boost::array interface and con-
 // vertible to a container constructible from a pair of iterators. It can be
-// used both as the rhs or lhs of an assignment such as:
+// used as the rhs or lhs of an assignment such as:
 // boost::fill(ref_list_of(a)(b)(c),0)
 // Note that this function supersedes ref_list_of<int>()
 

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-02-25 15:49:01 EST (Thu, 25 Feb 2010)
@@ -10,9 +10,9 @@
 #define BOOST_ASSIGN_AUTO_SIZE_REF_REBIND_LIST_OF_ER_2010_HPP
 #include <boost/assign/auto_size/detail/auto_size.hpp>
 
-// Creates collection of references having the boost::array interface and con-
+// Creates a collection of references having the boost::array interface and con-
 // vertible to a container constructible from a pair of iterators.
-// Rebind semantics if the collection is lhs of an assignment:
+// Rebind semantics apply if the collection is lhs of an assignment:
 // cref_rebind_list_of(a)(b)(c).assign(d)
 // Unless this specific feature is needed, ref_list_of() is preferable.
 // Note that this function supersedes ref_list_of<int>()


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