$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60913 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-29 10:01:40
Author: e_r
Date: 2010-03-29 10:01:39 EDT (Mon, 29 Mar 2010)
New Revision: 60913
URL: http://svn.boost.org/trac/boost/changeset/60913
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/libs/assign/doc/index.html |     7 -------                                 
   1 files changed, 0 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-29 10:01:39 EDT (Mon, 29 Mar 2010)
@@ -1664,13 +1664,6 @@
    The function <code>write_to_array()</code> is typically used to pass the elements of the collection to the policy, 
    that will be chosen to have the desired interface, usually iterators and conversion operators. 
 </p>   
-<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, here, must 
-   be specified explicitly, unlike in the remainder of this library. As long as the policy
-   exposes iterators, however, it is interoperable with the function chain_l() 
-   and chain_r(), which serve a similar purpose.
-</p>
   
   
   <h3>Proxy object <code>lazy_array<></code><a name="ref-lazy_array"></h3>