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/containers/sequences/deque/deque.cons
Marshall Clow ab04aadaf4 LWG Issue 2210 (Part #1): deque
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@190251 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
assign_initializer_list.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
assign_iter_iter.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
assign_size_value.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
copy.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
copy_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
default.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
default_noexcept.pass.cpp After sleeping on it I've decided that all special members that can be noexcept, should be declared so. The client has the traits to detect and branch on this information, and it is often an important optimization. Give deque() a noexcept. Add test for deque default constructor and deque destructor. 15 years ago
dtor_noexcept.pass.cpp noexcept for <forward_list>. 15 years ago
initializer_list.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
initializer_list_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
iter_iter.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
iter_iter_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
move.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
move_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
move_assign.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
move_assign_noexcept.pass.cpp Add noexcept tests for deque. 15 years ago
move_noexcept.pass.cpp Add noexcept tests for deque. 15 years ago
op_equal.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
op_equal_initializer_list.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
size.pass.cpp LWG Issue 2210 (Part #1): deque 12 years ago
size_value.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago
size_value_alloc.pass.cpp Implement full support for non-pointer pointers in custom allocators for deque. 13 years ago