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/vector.bool
Marshall Clow 119ed47999 Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242148 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
assign_copy.pass.cpp Move test into test/std subdirectory. 11 years ago
assign_initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
assign_move.pass.cpp Move test into test/std subdirectory. 11 years ago
capacity.pass.cpp Move test into test/std subdirectory. 11 years ago
construct_default.pass.cpp More N4258 changes. This time vector's constructors 11 years ago
construct_iter_iter.pass.cpp Move test into test/std subdirectory. 11 years ago
construct_iter_iter_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
construct_size.pass.cpp Move test into test/std subdirectory. 11 years ago
construct_size_value.pass.cpp Move test into test/std subdirectory. 11 years ago
construct_size_value_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
copy.pass.cpp Move test into test/std subdirectory. 11 years ago
copy_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
default_noexcept.pass.cpp While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard 11 years ago
dtor_noexcept.pass.cpp Move test into test/std subdirectory. 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
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
find.pass.cpp Move test into test/std subdirectory. 11 years ago
initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
initializer_list_alloc.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_iter.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_iter_size_value.pass.cpp Move test into test/std subdirectory. 11 years ago
insert_iter_value.pass.cpp Move test into test/std subdirectory. 11 years ago
iterators.pass.cpp Move test into test/std subdirectory. 11 years ago
move.pass.cpp Move test into test/std subdirectory. 11 years ago
move_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
move_assign_noexcept.pass.cpp Move test into test/std subdirectory. 11 years ago
move_noexcept.pass.cpp Move bits from N4258. Mark vector's move-constructor unconditionally noexcept in C++1z 10 years ago
op_equal_initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
push_back.pass.cpp Move test into test/std subdirectory. 11 years ago
reserve.pass.cpp Move test into test/std subdirectory. 11 years ago
resize_size.pass.cpp Move test into test/std subdirectory. 11 years ago
resize_size_value.pass.cpp Move test into test/std subdirectory. 11 years ago
shrink_to_fit.pass.cpp Move test into test/std subdirectory. 11 years ago
swap.pass.cpp Move test into test/std subdirectory. 11 years ago
swap_noexcept.pass.cpp Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 10 years ago
types.pass.cpp Move test into test/std subdirectory. 11 years ago
vector_bool.pass.cpp libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 11 years ago