.. |
alloc.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
assign_initializer_list.pass.cpp
|
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
|
2011-08-12 21:56:02 +00:00 |
compare_alloc.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
compare.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
copy_alloc.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
copy_assign.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
copy.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
default_noexcept.pass.cpp
|
noexcept for <set>. Plus a few fixes to noexcept for <map>.
|
2011-06-04 15:22:34 +00:00 |
default_recursive.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 |
default.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
dtor_noexcept.pass.cpp
|
noexcept for <set>. Plus a few fixes to noexcept for <map>.
|
2011-06-04 15:22:34 +00:00 |
initializer_list_compare_alloc.pass.cpp
|
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
|
2011-08-12 21:56:02 +00:00 |
initializer_list_compare.pass.cpp
|
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
|
2011-08-12 21:56:02 +00:00 |
initializer_list.pass.cpp
|
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
|
2011-08-12 21:56:02 +00:00 |
iter_iter_comp_alloc.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
iter_iter_comp.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
iter_iter.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
move_alloc.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
move_assign_noexcept.pass.cpp
|
noexcept for <set>. Plus a few fixes to noexcept for <map>.
|
2011-06-04 15:22:34 +00:00 |
move_assign.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |
move_noexcept.pass.cpp
|
noexcept for <set>. Plus a few fixes to noexcept for <map>.
|
2011-06-04 15:22:34 +00:00 |
move.pass.cpp
|
license change
|
2010-11-16 22:09:02 +00:00 |