cxx/test/containers/sequences/deque/deque.cons
2013-01-05 03:21:01 +00:00
..
alloc.pass.cpp license change 2010-11-16 22:09:02 +00:00
assign_initializer_list.pass.cpp Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
assign_iter_iter.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
assign_size_value.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
copy_alloc.pass.cpp license change 2010-11-16 22:09:02 +00:00
copy.pass.cpp license change 2010-11-16 22:09:02 +00:00
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. 2011-06-03 15:16:49 +00:00
default.pass.cpp license change 2010-11-16 22:09:02 +00:00
dtor_noexcept.pass.cpp noexcept for <forward_list>. 2011-06-03 16:20:53 +00:00
initializer_list_alloc.pass.cpp Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
initializer_list.pass.cpp Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
iter_iter_alloc.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
iter_iter.pass.cpp Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
move_alloc.pass.cpp license change 2010-11-16 22:09:02 +00:00
move_assign_noexcept.pass.cpp Add noexcept tests for deque. 2011-06-03 01:46:22 +00:00
move_assign.pass.cpp license change 2010-11-16 22:09:02 +00:00
move_noexcept.pass.cpp Add noexcept tests for deque. 2011-06-03 01:46:22 +00:00
move.pass.cpp license change 2010-11-16 22:09:02 +00:00
op_equal_initializer_list.pass.cpp Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 2011-08-12 21:56:02 +00:00
op_equal.pass.cpp license change 2010-11-16 22:09:02 +00:00
size_value_alloc.pass.cpp license change 2010-11-16 22:09:02 +00:00
size_value.pass.cpp license change 2010-11-16 22:09:02 +00:00
size.pass.cpp license change 2010-11-16 22:09:02 +00:00