llvm-project/libcxx/test/std/containers/sequences
Marshall Clow dc3eb83d08 Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report.
llvm-svn: 275105
2016-07-11 21:38:08 +00:00
..
array Make std::array typedef tests more portable. 2016-06-30 04:54:00 +00:00
deque Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report. 2016-07-11 21:38:08 +00:00
forwardlist Make default_noexcept.pass.cpp container tests more portable. Patch from STL@microsoft.com 2016-06-26 20:21:22 +00:00
list Make default_noexcept.pass.cpp container tests more portable. Patch from STL@microsoft.com 2016-06-26 20:21:22 +00:00
vector Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report. 2016-07-11 21:38:08 +00:00
vector.bool Fix unary_function inheritance assumption. Patch from STL@microsoft.com 2016-06-30 04:28:12 +00:00
nothing_to_do.pass.cpp