Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64494 - website/public_html/beta/feed/history
From: joaquin_at_[hidden]
Date: 2010-07-31 06:54:26


Author: joaquin
Date: 2010-07-31 06:54:25 EDT (Sat, 31 Jul 2010)
New Revision: 64494
URL: http://svn.boost.org/trac/boost/changeset/64494

Log:
added multi_index notes
Text files modified:
   website/public_html/beta/feed/history/boost_1_44_0.qbk | 9 ++++++++-
   1 files changed, 8 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_44_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_44_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_44_0.qbk 2010-07-31 06:54:25 EDT (Sat, 31 Jul 2010)
@@ -3,7 +3,7 @@
     [source-mode c++]
     [purpose
         New Libraries: Meta State Machine, Polygon.
- Updated Libraries: Asio, Config, Fusion, Hash, Iostreams, Math, Regex,
+ Updated Libraries: Asio, Config, Fusion, Hash, Iostreams, Math, Multi-index Containers, Regex,
         Spirit, Thread, TR1, Type Traits, uBLAS, Utility, Wave.
         Updates for Quickbook and Boostbook.]
     [authors [Dawes, Beman]]
@@ -120,6 +120,13 @@
 * [phrase library..[@/libs/math/index.html Math]:]
   * Fixed incorrect range and support for Rayleigh distribution.
 
+* [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
+ * Fixed a bug preventing the use of `modify_key` with rollback
+ in [@/libs/multi_index/doc/reference/ord_indices.html#modify_key ordered] and
+ [@/libs/multi_index/doc/reference/hash_indices.html#modify_key hashed]
+ indices when `Modifier` and `Rollback` are different types
+ (ticket [@https://svn.boost.org/trac/boost/ticket/4130 #4130]).
+
 * [phrase library..[@/libs/regex/index.html Regex]:]
   * Fixed issues:
    [@https://svn.boost.org/trac/boost/ticket/4309 #4309],


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