Boost logo

Boost-Commit :

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


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

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 6 +++---
   1 files changed, 3 insertions(+), 3 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 13:47:35 EST (Wed, 10 Mar 2010)
@@ -789,7 +789,7 @@
   <p> This section is about proxy objects that are in <code>boost::assign::detail::auto_size</code>. The functions
   that return them, however, ref_list_of(), ref_csv()
   and their variants, operate under the same principle as those in the rest of this library and are therefore in namespace <code>boost::assign</code>.
- In this framework, nested compile time expressions are formed from references to passed argument, and fitted, as needed, with iterators and
+ In this framework, nested compile time expressions are formed from references to passed argument, and fitted, as needed, with iterators and
   conversion operations. This is in contrast to other parts of this library, where a passed argument is either directly inserted into its destination
   container or stored in a runtime-fashion.
   </p>
@@ -1605,8 +1605,8 @@
    that will be chosen to have the desired interface, usually iterators and conversion operators.
 </p>
 <p>
- Naturally, this requires that the successive arguments be allocated on the stack. Consequently, this set up is
- ill-suited for the method <code>range()</code> whose argument size must be specified explictly (unless its argument has static size),
+ 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
    <code>concat()</code>, that returns a proxy object whose task is to aggregate collections,


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