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
Hans Wennborg ccf75a340e Merging r226847:
------------------------------------------------------------------------
r226847 | marshall | 2015-01-22 10:33:29 -0800 (Thu, 22 Jan 2015) | 1 line

Fix PR#22284. Add a new overload to deque::insert to handle forward iterators. Update tests to exercise this case.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_36@226859 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
emplace.pass.cpp Move test into test/std subdirectory. 11 years ago
emplace_back.pass.cpp Move test into test/std subdirectory. 11 years ago
emplace_front.pass.cpp Move test into test/std subdirectory. 11 years ago
erase_iter.pass.cpp Move test into test/std subdirectory. 11 years ago
erase_iter_iter.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_iter_initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_iter_iter.pass.cpp Merging r226847: 11 years ago
insert_rvalue.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_size_value.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_value.pass.cpp Move test into test/std subdirectory. 11 years ago
pop_back.pass.cpp Move test into test/std subdirectory. 11 years ago
pop_front.pass.cpp Move test into test/std subdirectory. 11 years ago
push_back.pass.cpp Move test into test/std subdirectory. 11 years ago
push_back_exception_safety.pass.cpp Move test into test/std subdirectory. 11 years ago
push_back_rvalue.pass.cpp Move test into test/std subdirectory. 11 years ago
push_front.pass.cpp Move test into test/std subdirectory. 11 years ago
push_front_exception_safety.pass.cpp Move test into test/std subdirectory. 11 years ago
push_front_rvalue.pass.cpp Move test into test/std subdirectory. 11 years ago