Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60409 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-10 00:00:10


Author: e_r
Date: 2010-03-10 00:00:10 EST (Wed, 10 Mar 2010)
New Revision: 60409
URL: http://svn.boost.org/trac/boost/changeset/60409

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 10 ++++++----
   1 files changed, 6 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-10 00:00:10 EST (Wed, 10 Mar 2010)
@@ -1581,10 +1581,12 @@
 </p>
 <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, unlike the proxy objects that predate this one,
- must be specified explictly. A fully 'auto-size' framework could be achieved, in the future, by having
- <code>auto_size::expr&lt;&gt;</code> expose a member function <code>concat()</code>, that returns a
- proxy object whose task is to aggregate collections.
+ ill-suited for the method <code>range()</code> whose size, unlike those of the proxy objects that
+ predate this one throughout this library, must be specified explictly. A fully 'auto-size' framework
+ could be achieved, in the future, by having <code>auto_size::expr&lt;&gt;</code> expose a member function
+ <code>concat()</code>, that returns a proxy object whose task is to aggregate collections, similarly to
+ <code>join_view()</code> in Boost.Fusion
+ or <code>chain()</code> in Boost.RangeEx.
 
 </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