|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59920 - in sandbox/statistics/detail/assign/boost/assign/auto_size: . detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-25 15:53:39
Author: e_r
Date: 2010-02-25 15:53:38 EST (Thu, 25 Feb 2010)
New Revision: 59920
URL: http://svn.boost.org/trac/boost/changeset/59920
Log:
m
Text files modified:
sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp | 3 ++-
sandbox/statistics/detail/assign/boost/assign/auto_size/ref_list_of.hpp | 2 +-
sandbox/statistics/detail/assign/boost/assign/auto_size/ref_rebind_list_of.hpp | 2 +-
3 files changed, 4 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 15:53:38 EST (Thu, 25 Feb 2010)
@@ -20,7 +20,8 @@
#include <boost/assign/auto_size/detail/assign_refence_copy.hpp>
// Creates an anonymous collection of references whose interface is that of
-// boost::array.
+// boost::array and is convertible to range constructible from a pair of itera-
+// tors.
//
// 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
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:53:38 EST (Thu, 25 Feb 2010)
@@ -14,7 +14,7 @@
// 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>()
+// This function supersedes ref_list_of<int>().
namespace boost{
namespace assign{
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:53:38 EST (Thu, 25 Feb 2010)
@@ -15,7 +15,7 @@
// 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>()
+// Note that this function supersedes ref_list_of<int>().
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