cxx/test/containers/associative
2013-07-05 18:06:00 +00:00
..
map Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes http://llvm.org/bugs/show_bug.cgi?id=16549 2013-07-05 18:06:00 +00:00
multimap Removed extension in [unordered_][multi]map which allowed one to emplace using just an argument for the key, as opposed to using piecewise_construct. However a bug report exposed that this created an unfortunate ambiguity. People who are currently using the extension will be notified the next time they compile, and will have to change to using piecewise_construct. There are no ABI issues with the removal of this extension. This fixes http://llvm.org/bugs/show_bug.cgi?id=16542 2013-07-04 20:59:16 +00:00
multiset Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 2013-06-19 21:29:40 +00:00
set Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 2013-06-19 21:29:40 +00:00
tree_balance_after_insert.pass.cpp license change 2010-11-16 22:09:02 +00:00
tree_left_rotate.pass.cpp license change 2010-11-16 22:09:02 +00:00
tree_remove.pass.cpp license change 2010-11-16 22:09:02 +00:00
tree_right_rotate.pass.cpp license change 2010-11-16 22:09:02 +00:00