Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85155 - website/public_html/live/feed/history
From: joaquin_at_[hidden]
Date: 2013-07-25 02:46:43


Author: joaquin
Date: 2013-07-25 02:46:43 EDT (Thu, 25 Jul 2013)
New Revision: 85155
URL: http://svn.boost.org/trac/boost/changeset/85155

Log:
added multi_index notes

Text files modified:
   website/public_html/live/feed/history/boost_1_55_0.qbk | 24 ++++++++++++++++++++++--
   1 files changed, 22 insertions(+), 2 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk Wed Jul 24 13:19:05 2013 (r85154)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk 2013-07-25 02:46:43 EDT (Thu, 25 Jul 2013) (r85155)
@@ -1,7 +1,7 @@
 [article Version 1.55.0
     [quickbook 1.5]
     [source-mode c++]
- [purpose New Libraries: Updated Libraries: ]
+ [purpose New Libraries: Updated Libraries: MultiIndex]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -55,7 +55,27 @@
 
 [section Updated Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/multi_index/index.html Multi-index Containers]:]
+ * Boost.MultiIndex has been brought to a higher level of compliance with C++11.
+ * `multi_index_container` is now efficiently movable.
+ * Initializer lists supported.
+ * Emplace functions provided.
+ * Non-copyable elements (such as `std::unique_ptr<T>`) supported. This includes
+ insertion of a range [`first`,`last`) where the iterators point to a type that
+ is convertible to that of the element: no copy construction happens in the
+ process.
+ * Random access indices provide `shrink_to_fit()`.
+ Refer to the [@/libs/multi_index/doc/compiler_specifics.html compiler specifics]
+ section for limitations on pre-C++11 compilers.
+ * The following classes are deprecated:
+ * [@/libs/multi_index/doc/reference/key_extraction.html#member_offset `member_offset`],
+ * [@/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit `const_mem_fun_explicit`],
+ * [@/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit `mem_fun_explicit`],
+ * [@/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_equal_to `composite_key_result_equal_to`],
+ * [@/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_less `composite_key_result_less`],
+ * [@/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_greater `composite_key_result_greater`],
+ * [@/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_hash `composite_key_result_hash`].
+ * Maintenance fixes.
 
 [/
 


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