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 |
|