Boost logo

Boost-Commit :

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


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

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 12 ++++++------
   1 files changed, 6 insertions(+), 6 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 15:01:33 EST (Wed, 10 Mar 2010)
@@ -930,7 +930,7 @@
     <p>
   The first two functions are used to construct anonymous list which can be converted to any standard container
   and <code>boost::array&lt;T,sz>.</code> Specifically, the
- object returned by the two functions is generic_list<>.
+ object returned by the two functions is generic_list<>.
   The third function can be used to construct an anonymous list of references. The corresponding proxy object is
   <a href="#ref-static_generic_list"><code>static_generic_list&lt;&gt;</code></a>. In the <a href="#auto_size">auto-size</a>
   framework there are <a href="#ref-ref_list_of">overloads<a> for this function, that deduce the number of arguments at compile time.
@@ -1600,15 +1600,15 @@
 <p>
    This proxy object is the basis of the auto-size framework. A call to the
    unary operator returns an object that keeps a reference to the passed argument, and links to the
- current object, thereby forming a collection, whose final size is determined at compile time.
+ current object, thereby forming a collection whose final size is determined at compile time.
    The function <code>write_to_array()</code> passes the elements of the collection to any array,
    that will be chosen to have the desired interface, usually iterators and conversion operators.
 </p>
 <p>
- The successive arguments 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
+ 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
    <code>concat()</code>, that returns a proxy object whose task is to aggregate collections,
    similarly to <code>chain()</code> in Boost.RangeEx.
 


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