|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59919 - sandbox/statistics/detail/assign/boost/assign/auto_size
From: erwann.rogard_at_[hidden]
Date: 2010-02-25 15:50:29
Author: e_r
Date: 2010-02-25 15:50:28 EST (Thu, 25 Feb 2010)
New Revision: 59919
URL: http://svn.boost.org/trac/boost/changeset/59919
Log:
m
Text files modified:
sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp | 4 ++--
sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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 15:50:28 EST (Thu, 25 Feb 2010)
@@ -11,8 +11,8 @@
#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 as the rhs or lhs of an assignment such as:
+// 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:
// boost::fill(ref_list_of(a)(b)(c),0)
// Note that 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 15:50:28 EST (Thu, 25 Feb 2010)
@@ -11,8 +11,8 @@
#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 lhs of an assignment:
+// vertible to a range 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