Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59985 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-27 23:13:35


Author: e_r
Date: 2010-02-27 23:13:35 EST (Sat, 27 Feb 2010)
New Revision: 59985
URL: http://svn.boost.org/trac/boost/changeset/59985

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 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-27 23:13:35 EST (Sat, 27 Feb 2010)
@@ -28,8 +28,8 @@
 // This approach improves upon ref_list_of<int>() by deducing the number of
 // arguments at compile time and factors the reference wrapper into a template.
 // Whereas successive unary function calls is the usual way to create a collec-
-// tion in the Boost.Assign library, the auto-size set up optionally provides
-// functions that are overloaded on the number of arguments. See csv.hpp
+// tion in the Boost.Assign, the auto-size set up also providesfunctions that
+// are overloaded on the number of arguments. See csv.hpp
 //
 // Note:
 // In most situations, a reference wrapper that has copy rather than rebind


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