| .. |
|
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
|
Move test into test/std subdirectory.
|
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
|
Move test into test/std subdirectory.
|
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 test into test/std subdirectory.
|
11 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
|
Move test into test/std subdirectory.
|
11 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 |