13 Commits

Author SHA1 Message Date
Joaquín M López Muñoz
80a10c2d72 * 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().
* The following classes are deprecated:
  - member_offset,
  - const_mem_fun_explicit,
  - mem_fun_explicit,
  - composite_key_result_equal_to,
  - composite_key_result_less,
  - composite_key_result_greater,
  - composite_key_result_hash.

[SVN r85001]
2013-07-10 21:54:06 +00:00
Joaquín M López Muñoz
b14efa6fbf documented tag_list
[SVN r55055]
2009-07-21 09:59:35 +00:00
Joaquín M. López Muñoz
8682a33fcb new section on index views; added navigational <link>s
[SVN r32657]
2006-02-06 15:33:56 +00:00
Joaquín M. López Muñoz
5d4107a5fa "template class" -> "class template"
[SVN r29278]
2005-05-30 06:14:23 +00:00
Joaquín M. López Muñoz
99f5892deb added hashed indices; changed bits on MPL sequence concepts; typos
[SVN r27845]
2005-03-28 12:41:24 +00:00
Joaquín M. López Muñoz
07a48205fa small correction
[SVN r26830]
2005-01-24 07:07:19 +00:00
Joaquín M. López Muñoz
d1214cabdd merged changes related to new MPL docs from version 1.32.0
[SVN r26282]
2004-11-24 16:50:22 +00:00
Aleksey Gurtovoy
a668cc8341 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
Joaquín M. López Muñoz
21e1f5b4b0 typo
[SVN r23593]
2004-07-15 17:12:36 +00:00
Joaquín M. López Muñoz
eb2a1dbca3 license update
[SVN r22959]
2004-05-28 08:06:41 +00:00
Joaquín M. López Muñoz
4c4a8fc4e6 updated revision date
[SVN r22847]
2004-05-17 08:09:17 +00:00
Joaquín M. López Muñoz
d4762465b7 removed some remnants of index_list
[SVN r22840]
2004-05-17 06:02:18 +00:00
Joaquín M. López Muñoz
b35bef74e4 initial commit
[SVN r22759]
2004-05-07 10:44:23 +00:00