Boost logo

Boost-Commit :

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


Author: e_r
Date: 2010-03-12 02:00:40 EST (Fri, 12 Mar 2010)
New Revision: 60511
URL: http://svn.boost.org/trac/boost/changeset/60511

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 3 ++-
   1 files changed, 2 insertions(+), 1 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-12 02:00:40 EST (Fri, 12 Mar 2010)
@@ -1608,9 +1608,10 @@
    The successive arguments that are passed to the unary operator must be allocated on the stack.
    Consequently, this set up is ill-suited for the method <code>range()</code> whose argument size must
    be specified explicitly (unless its argument has static size), unlike the remainder of this library.
- A fully auto-size framework could be achieved, in the future, by having <code>auto_size::expr&lt;&gt;</code> expose a member function
+ A fully auto-size framework could be achieved, 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>chain()</code> in Boost.RangeEx.
+ Such a project is being developed in directory <code>assign&#47;chain</code>.
 
 </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