Boost logo

Boost-Commit :

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


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

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 14 +++++++-------
   1 files changed, 7 insertions(+), 7 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 10:15:28 EST (Wed, 10 Mar 2010)
@@ -785,8 +785,8 @@
 
   <h3><a name="auto_size">Auto-size</a></h3>
 
- <p>Under this framework, a collection of references from passed argument is first aggregated
- into nested compile time expressions, the last of which is 'dressed' as needed with iterator and
+ <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 corresponding functions, however,
   such as ref_list_of() or ref_csv(),
@@ -976,10 +976,10 @@
   <blockquote>
           <table cellpadding=5 border=1>
           <tr><th class="head">Expression</th> <th class="head">Result type</th>
- <tr><td><tt>ref_list_of&lt;P&gt;(d1)</tt></td><td> expr<top_,T,1,ref_copy,P></td></tr>
- <tr><td><tt>cref_list_of&lt;P&gt;(d2)</tt></td><td> expr<top_,const T,1,ref_copy,P></td></tr>
- <tr><td><tt>ref_list_of(d1)</tt></td><td> expr<top_,T,1,ref_copy,default_policy></td></tr>
- <tr><td><tt>cref_list_of(d2)</tt></td><td> expr<top_,const T,1,ref_copy,default_policy></td></tr>
+ <tr><td><tt>ref_list_of&lt;P&gt;(d1)</tt></td><td> expr<tt>&lt;top_,T,1,ref_copy,P&gt;</tt></td></tr>
+ <tr><td><tt>cref_list_of&lt;P&gt;(d2)</tt></td><td> expr<tt>&lt;top_,const T,1,ref_copy,P&gt;</tt></td></tr>
+ <tr><td><tt>ref_list_of(d1)</tt></td><td> expr<tt>&lt;top_,T,1,ref_copy,default_policy&gt;</tt></td></tr>
+ <tr><td><tt>cref_list_of(d2)</tt></td><td> expr<tt>&lt;top_,const T,1,ref_copy,default_policy&gt;</tt></td></tr>
           </table>
   </blockquote>
 <p>
@@ -1009,7 +1009,7 @@
           <table cellpadding=5 border=1>
           <tr><th class="head">Expression</th> <th class="head">Description</th> <th>Alias</th>
           <tr><td><tt>csv_policy&lt;P&gt;::apply&lt;U,N,R&gt;::type</tt></td><td>A proxy object</td><td><tt>Impl&lt;P,U,N,R&gt;</tt></td></tr>
- <tr><td><tt>csv_policy&lt;default_policy&gt;::apply&lt;U,N,R&gt;::type</tt></td><td> static_array<T,N,R></td><td><tt>Impl0&lt;U,N,R&gt;</tt></td></tr>
+ <tr><td><tt>csv_policy&lt;default_policy&gt;::apply&lt;U,N,R&gt;::type</tt></td><td> static_array<tt>&lt;T,N,R&gt;</tt></td><td><tt>Impl0&lt;U,N,R&gt;</tt></td></tr>
           </table>
   </blockquote>
 


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