$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61623 - sandbox/statistics/support/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-04-27 12:09:20
Author: e_r
Date: 2010-04-27 12:09:20 EDT (Tue, 27 Apr 2010)
New Revision: 61623
URL: http://svn.boost.org/trac/boost/changeset/61623
Log:
m
Text files modified: 
   sandbox/statistics/support/libs/assign/doc/index.html |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/statistics/support/libs/assign/doc/index.html
==============================================================================
--- sandbox/statistics/support/libs/assign/doc/index.html	(original)
+++ sandbox/statistics/support/libs/assign/doc/index.html	2010-04-27 12:09:20 EDT (Tue, 27 Apr 2010)
@@ -858,10 +858,10 @@
          <th>        Includes              </th> 
      <tr>
          <td> <boost/assign.hpp>               </td>
-         <td>     everything except support for pointer containers  </td>
+         <td>     everything except support for pointer containers and functions returning auto-size proxy objects  </td>
      <tr>
          <td> <boost/assign/auto_size.hpp>               </td>
-         <td>     All functions return auto-size proxy objects.  </td>
+         <td>     All functions returning auto-size proxy objects.  </td>
 
      <tr>
          <td> <boost/assign/auto_size/range/chain_operator.hpp> </td>
@@ -1115,7 +1115,7 @@
   </blockquote>
   
   <p>Usage for the related functions <code>ref_rebind_list_of()</code> and <code>cref_rebind_list_of()</code> are identical to those
-  above, except the fourth argument to  expr<> is assign_reference_copy. </p>
+  above, except the fourth argument to  expr<> is assign_reference_rebind. </p>
 
   <h3>Functions <code>ref_csv()</code>, <code>cref_csv()</code> and variants <a name=ref-ref_csv> </h3>