Commit Graph

69 Commits

Author SHA1 Message Date
joaquintides
e49ae2b4c2 handled volatile/ref-qualified/noexcept memfun key extraction (#24) 2019-06-09 17:32:46 +02:00
joaquintides
18cea285e2 inherited size_type and difference_type from the allocator 2018-12-29 13:06:57 +01:00
joaquintides
fe746a187c documented BOOST_MULTI_INDEX_KEY_SUPPORTED 2018-08-22 11:23:32 +02:00
joaquintides
504574a265 s/·/· 2018-08-18 13:25:00 +02:00
joaquintides
7cc508376c introduced C++17 terse key specification syntax 2018-08-17 13:07:53 +02:00
joaquintides
9623bf0a7d addressed https://svn.boost.org/trac10/ticket/13518 2018-04-13 18:06:55 +02:00
joaquintides
b9a4467f34 addressed https://svn.boost.org/trac/boost/ticket/12542 2017-08-24 23:41:35 +02:00
joaquintides
c055516320 clarified permissible usage of modify functions as per https://svn.boost.org/trac/boost/ticket/11801 2015-11-26 20:29:19 +01:00
joaquintides
62dbfff9c8 typos 2015-11-24 08:47:51 +01:00
joaquintides
096741d58b updated (C) year as per previous commit 2015-11-24 08:36:32 +01:00
zerotypos-found
1db23a5f1c Fix typo in comment and docs. 2015-11-24 12:08:02 +09:00
joaquintides
8ece62829b fixed grammar 2015-05-04 08:18:13 +02:00
joaquintides
cff87caa7c document the fact that deletion in ranked indices is log(n) in contrast with ordered indices where it is constant 2015-04-21 23:08:02 +02:00
joaquintides
d0a7194db7 added ranked indices, plus some doc stylistic updates 2015-04-19 21:10:31 +02:00
joaquintides
6d6bb75504 added interoperability of std::tuples with composite keys 2014-08-20 11:19:40 +02:00
joaquintides
86d7b3ef6e copied content from develop after wrongly made merge 2013-12-25 12:36:32 +01:00
Joaquín M López Muñoz
0bc802ad7d merged [85001], [85004], [85005], [85016], [85017], [85018], [85022], [85028], [85099] and [85100] from trunk
[SVN r85146]
2013-07-24 07:52:40 +00:00
Joaquín M López Muñoz
588e7657f3 merged [57541] and [58472] from trunk
[SVN r58473]
2009-12-21 10:23:36 +00:00
Joaquín M López Muñoz
ff51956131 merged [55055] and [55058] from trunk
[SVN r55081]
2009-07-22 15:16:28 +00:00
Joaquín M López Muñoz
b61b58abfa merged up to rev. 49674 from trunk
[SVN r50300]
2008-12-16 21:00:30 +00:00
Joaquín M López Muñoz
bd8ea1bc86 merged up to rev. 47041 from trunk
[SVN r47045]
2008-07-03 16:51:53 +00:00
Beman Dawes
0468378c0d Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Joaquín M. López Muñoz
0c0acfaa3f merged from trunk to branch
[SVN r34527]
2006-07-13 07:57:18 +00:00
Joaquín M. López Muñoz
d7f2c3606b merged from trunk to branch
[SVN r33734]
2006-04-18 17:01:51 +00:00
Joaquín M. López Muñoz
3a663bd7c4 merged from trunk to branch
[SVN r33545]
2006-04-05 07:28:50 +00:00
Joaquín M. López Muñoz
f1dde3d84e added rearrange facilities; added navigational <link>s; typos
[SVN r32660]
2006-02-06 15:38:39 +00:00
Joaquín M. López Muñoz
f8eb1b16ce added navigational <link>s
[SVN r32659]
2006-02-06 15:36:55 +00:00
Joaquín M. López Muñoz
119d6d4a1c restricted acceptance of chained pointers so as to not mask convertibility to Value; overloaded composite_key_compare::operator() to treat non-tuples as tuples of length 1; added navigational <link>s
[SVN r32658]
2006-02-06 15:35:31 +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
34da3c9fd5 added random access indices; added navigational <link>s
[SVN r32656]
2006-02-06 15:32:27 +00:00
Joaquín M. López Muñoz
aa5cfdfb3c added random access indices
[SVN r32631]
2006-02-06 14:56:21 +00:00
Joaquín M. López Muñoz
b92f05140b typos and formatting
[SVN r30811]
2005-09-05 08:39:00 +00:00
Joaquín M. López Muñoz
1e00c5139b erase(position) and erase(first,last) now return iterator to following element
[SVN r30722]
2005-08-29 11:51:56 +00:00
Joaquín M. López Muñoz
b3de839dee updated link to TR1 doc; erase(position) and erase(first,last) now return iterator to following element
[SVN r30721]
2005-08-29 11:51:18 +00:00
Joaquín M. López Muñoz
7343ddf980 added statement about iterator/reference stability
[SVN r30621]
2005-08-22 08:39:25 +00:00
Douglas Gregor
b28164d7f8 Merged from 1.33.0 release
[SVN r30540]
2005-08-12 13:02:37 +00:00
Joaquín M. López Muñoz
d4ff4dab15 typo
[SVN r29457]
2005-06-07 06:03:13 +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
f1176d462b minor reformatting
[SVN r29055]
2005-05-19 06:00:34 +00:00
Joaquín M. López Muñoz
94894da751 copypaste error
[SVN r28377]
2005-04-21 09:22:51 +00:00
Joaquín M. López Muñoz
699b887e18 added links to Boost.Hash docs
[SVN r28342]
2005-04-20 15:29:04 +00:00
Joaquín M. López Muñoz
22785eb7f3 changed navigation buttons as per hashed indices
[SVN r27849]
2005-03-28 12:46:18 +00:00
Joaquín M. López Muñoz
bbd8bf4c68 typos
[SVN r27848]
2005-03-28 12:45:01 +00:00
Joaquín M. López Muñoz
310f6e6c4b changed bits on MPL sequence concepts; typo
[SVN r27847]
2005-03-28 12:43:41 +00:00
Joaquín M. López Muñoz
6fe87cd12d added hashing facilities of composite keys; some refactoring
[SVN r27846]
2005-03-28 12:42:39 +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
8f6461cdba added hashed indices
[SVN r27844]
2005-03-28 12:40:12 +00:00
Joaquín M. López Muñoz
f49ca98c71 added hashed indices
[SVN r27820]
2005-03-28 11:03:07 +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
b059b7de06 corrected search functions to return iterators instead of const_iterators
[SVN r26715]
2005-01-17 09:00:59 +00:00