Boost logo

Boost-Commit :

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


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

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 15 +++++++--------
   1 files changed, 7 insertions(+), 8 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:27:32 EST (Wed, 10 Mar 2010)
@@ -786,13 +786,12 @@
 
   <h3><a name="auto_size">Auto-size</a></h3>
 
- <p>In this framework, a collection of references from passed argument is first aggregated
- into nested compile time expressions, the last of which is fitted, as needed, with iterators and
- conversion operations. This is in contrast to other parts of this library, where the argument is either
- directly inserted into its destination container or stored in a runtime-fashion. The functions in this framework,
- 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 the same namespace, <code>boost::assign</code>.
- The implementation is in <code>boost::assign::detail::auto_size</code>.
+ <p>The functions 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 the same namespace, <code>boost::assign</code>.
+ Their proxy objects, however, are in <code>boost::assign::detail::auto_size</code>. In this framework, a collection of references from
+ passed argument is first aggregated into nested compile time expressions, the last of which is 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>
 
   <h2>Reference for functions and operators <a name="ref-functions"> </h3>
@@ -933,7 +932,7 @@
   and <code>boost::array&lt;T,sz>.</code> Specifically, the
   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
- static_generic_list<>. Note that in the auto-size
+ static_generic_list<>. In the auto-size
   framework there are <a href="#ref-ref_list_of">overloads<a> for this function, that deduce the number of arguments at compile time.
   
   <h3><a name="ref-make_list_inserter">Function <code>make_list_inserter()</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