Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60541 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-12 22:23:15


Author: e_r
Date: 2010-03-12 22:23:14 EST (Fri, 12 Mar 2010)
New Revision: 60541
URL: http://svn.boost.org/trac/boost/changeset/60541

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 16 ++++++++--------
   1 files changed, 8 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-12 22:23:14 EST (Fri, 12 Mar 2010)
@@ -848,6 +848,11 @@
      <tr>
          <td> &lt;boost/assign.hpp> </td>
          <td> everything except support for pointer containers </td>
+
+ <tr>
+ <td> &lt;boost/assign/auto_size/chain/auto_convert.hpp> </td>
+ <td> chain_auto_convert()
+
      <tr>
          <td> &lt;boost/assign/auto_size/ref_csv.hpp> </td>
          <td> ref_csv() and cref_csv()
@@ -1148,10 +1153,6 @@
   to from those of the two input ranges. In particular, either range may contain reference wrappers
   if they meet certain traits requirement. This function serves as a sustitute for range()
   within the auto-size framework. This function is still experimental as of March 2010. </p>
-
- <p>
- <b>Header</b> <code>&lt;boost/assign/auto_size/chain/auto_convert.hpp></code>
- </p>
   
   <p> <b>Template parameters</b> </p>
 
@@ -1704,10 +1705,9 @@
 <p>
    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 range() whose argument size must
- be specified explicitly (unless its argument has static size), unlike the remainder of this library.
- To overcome this limitation it is recommended to choose a policy,
- such as array_interface, that
- interoperates with the function chain_auto_convert().
+ be specified explicitly (unless its argument has static size), unlike the remainder of this library. As long as the policy
+ exposes iterators, however, it is interoperable with
+ interoperates with the function chain_auto_convert() which serves a similar purpose.
 </p>
   <h3><a name="ref-lazy_array">Proxy object <code>lazy_array&lt;&gt;</code></a></h3>
   <b>Header</b> <code>&lt;boost/assign/auto_size/array/lazy.hpp></code>


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