Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59923 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-25 16:21:20


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

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 5 ++---
   1 files changed, 2 insertions(+), 3 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-25 16:21:19 EST (Thu, 25 Feb 2010)
@@ -33,14 +33,13 @@
 //
 // Revision history:
 // Feb 25, 2010 : Completed the boost::array interface
-// Feb 21, 2010 : made member variables mutable and added constness to member
+// 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
 // begin() and end() rather than write_to_array() to ensure consistency of
-// side effect when assigning under rebind semantics. Negligible loss in
-// performance
+// side effect. Negligible loss in performance
 // Feb 5, 2010 : First version. rebind semantics.
 
 namespace boost{


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