Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59871 - in sandbox/statistics/detail/assign/boost/assign/auto_size: . detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-24 10:46:31


Author: e_r
Date: 2010-02-24 10:46:31 EST (Wed, 24 Feb 2010)
New Revision: 59871
URL: http://svn.boost.org/trac/boost/changeset/59871

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 10 +++++-----
   sandbox/statistics/detail/assign/boost/assign/auto_size/ref_copy_list_of.hpp | 2 +-
   2 files changed, 6 insertions(+), 6 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-24 10:46:31 EST (Wed, 24 Feb 2010)
@@ -22,16 +22,16 @@
 // This is the implementation behind ref_list_of() and ref_copy_list_of().
 //
 // This approach improves upon ref_list_of<int>() by deducing the number of
-// arguments at compile time and factors the reference wrapper for each element
-// into a template parameter. In general, a reference wrapper that implements
-// copy rather than rebind semantics for operator= is preferable.
+// arguments at compile time and factors the reference wrapper into a template
+// parameter. In general, a reference wrapper that has copy rather than rebind
+// semantics for operator= is preferable for most situations.
 //
 // Acknowledgement: The idea of this class was developed in collaboration
 // with M.P.G
 //
 // Revision history:
-// Feb 21, 2010 : made member variables mutable and added constness unless
-// necessary to member functions.
+// Feb 21, 2010 : made member variables mutable and added constness to member
+// functions where appropriate.
 // Feb 9, 2010 :
 // - Added a template parameter for the reference_wrapper
 // - The temporary array in the conversion operator is now assigned by calling

Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/ref_copy_list_of.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/ref_copy_list_of.hpp (original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/ref_copy_list_of.hpp 2010-02-24 10:46:31 EST (Wed, 24 Feb 2010)
@@ -18,7 +18,7 @@
 // boost::fill( ref_list_of(a)(b)(c), 0);
 //
 // The name copy is to emphasize that copy semantics are used, in constrast to
-// ref_list_of() which uses rebind semantics.
+// ref_list_of() which uses rebind semantics.
 
 namespace boost{
 namespace assign{


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