![]() 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 |
||
---|---|---|
.. | ||
merge.pass.cpp | ||
merge_comp.pass.cpp | ||
remove.pass.cpp | ||
remove_if.pass.cpp | ||
reverse.pass.cpp | ||
sort.pass.cpp | ||
sort_comp.pass.cpp | ||
splice_pos_list.pass.cpp | ||
splice_pos_list_iter.pass.cpp | ||
splice_pos_list_iter_iter.pass.cpp | ||
unique.pass.cpp | ||
unique_pred.pass.cpp |