llvm-project/libcxx/test/std/containers/sequences/list/list.ops
Eric Fiselier 5cac7755ab Fix PR31378 - std::list::remove should not require a default constructible allocator.
In list::remove we collect the nodes we're removing in a seperate
list instance. However we construct this list using the default
constructor which default constructs the allocator. However allocators
are not required to be default constructible. This patch fixes the
construction of the second list.

llvm-svn: 289735
2016-12-14 22:48:38 +00:00
..
merge.pass.cpp
merge_comp.pass.cpp
remove.pass.cpp Fix PR31378 - std::list::remove should not require a default constructible allocator. 2016-12-14 22:48:38 +00:00
remove_if.pass.cpp
reverse.pass.cpp
sort.pass.cpp
sort_comp.pass.cpp
splice_pos_list.pass.cpp Finish converting list _LIBCPP_DEBUG tests. 2016-06-22 08:47:43 +00:00
splice_pos_list_iter.pass.cpp Finish converting list _LIBCPP_DEBUG tests. 2016-06-22 08:47:43 +00:00
splice_pos_list_iter_iter.pass.cpp Finish converting list _LIBCPP_DEBUG tests. 2016-06-22 08:47:43 +00:00
unique.pass.cpp
unique_pred.pass.cpp