Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60407 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-09 23:49:26


Author: e_r
Date: 2010-03-09 23:49:26 EST (Tue, 09 Mar 2010)
New Revision: 60407
URL: http://svn.boost.org/trac/boost/changeset/60407

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 7 +++----
   1 files changed, 3 insertions(+), 4 deletions(-)

Modified: sandbox/statistics/detail/assign/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/index.html (original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/index.html 2010-03-09 23:49:26 EST (Tue, 09 Mar 2010)
@@ -1581,10 +1581,9 @@
 <p>
    Naturally, this requires that the arguments be allocated on the stack. Consequently, this set up is
    ill-suited for the method <code>range()</code> whose size, in this case, must be specified explictly.
- It would be more sensible, in the future, to separate the tools that create a collection from individual
- elements, from those that concatenate collections. It would still be possible,
- as a convenience, to have <code>auto_size::expr&lt;&gt;</code> expose a member function <code>concat()</code>,
- that would return a concatenator.
+ It would be more sensible, in the future, to have <code>auto_size::expr&lt;&gt;</code> expose a member function
+ <code>concat()</code>, that a proxy object that is independent from <code>auto_size::expr&lt;&gt;</code>,
+ and whose task is to aggregate collections.
 
 </p>
   <h3><a name="ref-lazy_array">Proxy object <code>lazy_array&lt;&gt;</code></a></h3>


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