Ion Gaztañaga
|
6f1f162cb3
|
- Added nth and index_of.
- Used BOOST_MOVE_BASE
|
2014-11-01 20:03:25 +01:00 |
|
Ion Gaztañaga
|
e697122a2c
|
Updated tests to avoid manual memory management. Replaced with unique_ptr and a reference. Normalized CheckEqualContainers to use references instead of pointers.
|
2014-09-23 17:30:31 +02:00 |
|
mikael
|
59b46cd338
|
Fixes a small issue that prevented the use of iterators of containers of incomplete types. Added iterators of incomp-types to unit-tests.
|
2014-09-21 19:46:58 -04:00 |
|
Ion Gaztañaga
|
2e009da1e8
|
Fixed some ordered insertion tags
|
2014-08-29 15:03:42 +02:00 |
|
Robert Matusewicz
|
e2b815c196
|
add std::initializer_list support for flat_map and flat_multimap
|
2014-08-28 13:15:10 +02:00 |
|
Ion Gaztañaga
|
fc8507b48c
|
Some comments in the testcases separating test groups.
|
2013-12-26 13:10:54 +01:00 |
|
Ion Gaztañaga
|
9ac4ae6fdc
|
Added a static assert to make sure that flat_[xxx]map::allocator_type::value_type is std::pair<Key, T>. Fixed some test cases failing to do that properly.
|
2013-12-24 19:00:52 +01:00 |
|
Ion Gaztañaga
|
41c2056ec6
|
- Modified relational operators to be friend inline definitions. This allows compilation checking when instantiating classes, avoids predeclarations and results in less verbose code.
- First to make associative containers' tree implementation configurable.
|
2013-12-23 23:34:28 +01:00 |
|