|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61940 - sandbox/statistics/support/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-05-12 20:33:04
Author: e_r
Date: 2010-05-12 20:33:03 EDT (Wed, 12 May 2010)
New Revision: 61940
URL: http://svn.boost.org/trac/boost/changeset/61940
Log:
m
Text files modified:
sandbox/statistics/support/libs/assign/doc/index.html | 9 ++-------
1 files changed, 2 insertions(+), 7 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 20:33:03 EDT (Wed, 12 May 2010)
@@ -2159,18 +2159,13 @@
<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>
- This upgrades adds an auto-size framework for building a collection of references whose size is deduced at compile time . Specifically,
+ This upgrades adds an auto-size framework for building a collection of references whose size is deduced at compile time . New functionality includes:
<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