Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61934 - sandbox/statistics/support/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-05-12 14:24:56


Author: e_r
Date: 2010-05-12 14:24:55 EDT (Wed, 12 May 2010)
New Revision: 61934
URL: http://svn.boost.org/trac/boost/changeset/61934

Log:
m
Text files modified:
   sandbox/statistics/support/libs/assign/doc/index.html | 21 ++++++++++++++++-----
   1 files changed, 16 insertions(+), 5 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-05-12 14:24:55 EDT (Wed, 12 May 2010)
@@ -1451,7 +1451,7 @@
 
   <h4>Notation</h4>
 
- Let <tt>r1</tt> denote an object modeling <tt>RangeComparable</tt> and <tt>r2</tt> modeling
+ Let <tt>r1</tt> denote a proxy object defined in Boost.Assign and modeling <tt>RangeComparable</tt> and <tt>r2</tt> modeling
   <a href="http://www.boost.org/doc/libs/1_42_0/libs/range/doc/range.html"><tt>Range</tt></a>.
   
   <h4>Requirements</h4>
@@ -2118,9 +2118,9 @@
   <li> Pavel Vozenilek for his countless suggestions, improvements and
        portability fixes.
   <li> Rene Rivera for Code Warrior portability.
- <li> Manuel Peinado Gallego for identifying the need for an auto-size framework,
+ <li> Manuel Peinado Gallego for identifying the need for an ref_list_of(),
   his valuable advice throughout its development, and proposing a
- design that laid the foundation for chaining multiple ranges.
+ design that laid the foundation for chaining multiple ranges.
        
        </ul>
   </p>
@@ -2129,8 +2129,19 @@
   <h2><a name="upgrading_from_1_42">Upgrading from Boost v. <span class=number>1</span><span class=special>.</span><span class=number>42</span></a></h2>
 
   <p>
- The auto-size framework for building a collection of references whose size is deduced at compile time supersedes ref_list_of<int>().
- The latter will continue to be supported to ensure backward compatibility.
+ This upgrades adds an auto-size framework for building a collection of references whose size is deduced at compile time . Specifically,
+ <ul>
+ <li> ref_list_of() and its variants supersede ref_list_of<int>(), which will continue to be supported to ensure backward compatibility
+ <li> ref_csv() and variants
+ <li> operator && and variants
+ </ul>
+
+ As part of this framework the distinction between rebind and copy
+ assignment semantics has been introduced, as well as range comparability. Note that
+ list_of() has been upgraded to model the associated concept (previously comparison to a proxy object defined in
+ Boost.Assign was not possible).
+
+
   </p>
 
 


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