Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59921 - in sandbox/statistics/detail/assign/boost/assign/auto_size: . detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-25 16:19:46


Author: e_r
Date: 2010-02-25 16:19:45 EST (Thu, 25 Feb 2010)
New Revision: 59921
URL: http://svn.boost.org/trac/boost/changeset/59921

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/assign_refence_copy.hpp | 4 ++--
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 4 ++--
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp | 6 +++---
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp | 6 +++---
   4 files changed, 10 insertions(+), 10 deletions(-)

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/assign_refence_copy.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/assign_refence_copy.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/assign_refence_copy.hpp 2010-02-25 16:19:45 EST (Thu, 25 Feb 2010)
@@ -16,8 +16,8 @@
     // This is a reference wrapper whose assignment operator copies the value of
     // the rhs to the object pointed to.
     //
- // This is in contrast to assign_reference whose operator= rebinds the
- // address of the internal pointer. To that effect, here, call rebind()
+ // In contrast assign_reference's assignement operator rebinds the address
+ // of the internal pointer. For the same effect, here, use rebind()
     template< class T >
     struct assign_reference_copy
     {

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-25 16:19:45 EST (Thu, 25 Feb 2010)
@@ -19,8 +19,8 @@
 #include <boost/assign/list_of.hpp> // needed for assign_referene
 #include <boost/assign/auto_size/detail/assign_refence_copy.hpp>
 
-// Creates an anonymous collection of references whose interface is that of
-// boost::array and is convertible to range constructible from a pair of itera-
+// Creates a collection of references having the interface of boost::array and
+// convertible to a range constructible from a pair of itera-
 // tors.
 //
 // This approach improves upon ref_list_of<int>() by deducing the number of

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 16:19:45 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 a collection of references having the boost::array interface and con-
-// vertible to a range constructible from a pair of iterators. It can be used
-// either as the rhs or lhs of an assignment such as:
+// Creates a collection of references exposing the boost::array interface and
+// convertible to a range that is constructible from a pair of iterators. It can
+// be used either as the rhs or lhs of an assignment such as:
 // boost::fill(ref_list_of(a)(b)(c),0)
 // 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 16:19:45 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 a collection of references having the boost::array interface and con-
-// vertible to a range constructible from a pair of iterators. Rebind semantics
-// apply if the collection is the lhs of an assignment:
+// Creates a collection of references exposing the boost::array interface and
+// convertible to a range that is constructible from a pair of iterators. 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.
 // 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