cxx/test/containers/unord/unord.map/unorder.map.modifiers
2013-01-05 03:21:01 +00:00
..
clear.pass.cpp license change 2010-11-16 22:09:02 +00:00
emplace_hint.pass.cpp The rules for emplace in map, multimap, unordered_map and unordered_multimap changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()). 2012-05-25 22:04:21 +00:00
emplace.pass.cpp The rules for emplace in map, multimap, unordered_map and unordered_multimap changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()). 2012-05-25 22:04:21 +00:00
erase_const_iter.pass.cpp license change 2010-11-16 22:09:02 +00:00
erase_key.pass.cpp license change 2010-11-16 22:09:02 +00:00
erase_range.pass.cpp license change 2010-11-16 22:09:02 +00:00
insert_const_lvalue.pass.cpp license change 2010-11-16 22:09:02 +00:00
insert_hint_const_lvalue.pass.cpp license change 2010-11-16 22:09:02 +00:00
insert_hint_rvalue.pass.cpp license change 2010-11-16 22:09:02 +00:00
insert_init.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
insert_range.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
insert_rvalue.pass.cpp license change 2010-11-16 22:09:02 +00:00