Boost logo

Boost-Commit :

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


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

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp | 2 +-
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp | 2 +-
   2 files changed, 2 insertions(+), 2 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:48 EST (Thu, 25 Feb 2010)
@@ -11,7 +11,7 @@
 #include <boost/assign/auto_size/detail/auto_size.hpp>
 
 // 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
+// vertible to a range constructible from a pair of iterators. It can be
 // 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:48 EST (Thu, 25 Feb 2010)
@@ -11,7 +11,7 @@
 #include <boost/assign/auto_size/detail/auto_size.hpp>
 
 // Creates a collection of references having the boost::array interface and con-
-// vertible to a container constructible from a pair of iterators.
+// vertible to a range constructible from a pair of iterators.
 // 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.


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