You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/sequences/deque/deque.modifiers
Marshall Clow 51d7e8e381 Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@275105 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
emplace.pass.cpp Fix warnings in deque tests 10 years ago
emplace_back.pass.cpp Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report. 9 years ago
emplace_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
erase_iter.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
erase_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
erase_iter_iter.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
erase_iter_iter.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
insert_iter_initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_iter_iter.pass.cpp Fix warnings in deque tests 10 years ago
insert_rvalue.pass.cpp Fix warnings in deque tests 10 years ago
insert_size_value.pass.cpp Fix warnings in deque tests 10 years ago
insert_value.pass.cpp Fix warnings in deque tests 10 years ago
pop_back.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
pop_back.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
pop_front.invalidation.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
pop_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
push_back.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
push_back_exception_safety.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
push_back_rvalue.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
push_front.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
push_front_exception_safety.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
push_front_rvalue.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago