Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60556 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-13 09:30:35


Author: e_r
Date: 2010-03-13 09:30:34 EST (Sat, 13 Mar 2010)
New Revision: 60556
URL: http://svn.boost.org/trac/boost/changeset/60556

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/index.html | 9 +++++----
   1 files changed, 5 insertions(+), 4 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-13 09:30:34 EST (Sat, 13 Mar 2010)
@@ -494,7 +494,7 @@
 <span class=special>}</span></pre>
 </blockquote>
 
-As of March 2010 this functionality is experimental, so caution is advised in using it. See the reference.
+The reference is here.
 
 <h3>Functions <code>ref_list_of()</code>, <code>cref_list_of()</code> <a name="ref_list_of"> and variants</h3>
 
@@ -1152,7 +1152,7 @@
   <p> This function joins two ranges into one whose dereferenced type is one that is convertible
   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>
+ within the auto-size framework.
   
   <p> <b>Template parameters</b> </p>
 
@@ -1705,8 +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. As long as the policy
- exposes iterators, however, it is interoperable with the function chain_auto_convert() which serves a similar purpose.
+ be specified explicitly, unlike the remainder of this library. As long as the policy
+ exposes iterators, however, it is interoperable 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