|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59992 - in sandbox/statistics/detail/assign: boost/assign/auto_size/detail libs/assign/test
From: erwann.rogard_at_[hidden]
Date: 2010-02-28 08:07:59
Author: e_r
Date: 2010-02-28 08:07:58 EST (Sun, 28 Feb 2010)
New Revision: 59992
URL: http://svn.boost.org/trac/boost/changeset/59992
Log:
m
Text files modified:
sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 4 ++--
sandbox/statistics/detail/assign/libs/assign/test/speed.cpp | 2 +-
2 files changed, 3 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-28 08:07:58 EST (Sun, 28 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, the auto-size set up also providesfunctions that
-// are overloaded on the number of arguments. See csv.hpp
+// tion in the Boost.Assign, the auto-size set up optionally provides functions
+// that are overloaded on the number of arguments. See csv.hpp
//
// Note:
// In most situations, a reference wrapper that has copy rather than rebind
Modified: sandbox/statistics/detail/assign/libs/assign/test/speed.cpp
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/test/speed.cpp (original)
+++ sandbox/statistics/detail/assign/libs/assign/test/speed.cpp 2010-02-28 08:07:58 EST (Sun, 28 Feb 2010)
@@ -1,5 +1,5 @@
//////////////////////////////////////////////////////////////////////////////
-// test::speed.cpp //
+// test::speed.cpp //
// //
//////////////////////////////////////////////////////////////////////////////
#include <iostream>
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