This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector.bool
History
Marshall Clow
d95510ebba
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.
...
llvm-svn: 225403
2015-01-07 21:53:23 +00:00
..
assign_copy.pass.cpp
…
assign_initializer_list.pass.cpp
…
assign_move.pass.cpp
…
capacity.pass.cpp
…
construct_default.pass.cpp
…
construct_iter_iter_alloc.pass.cpp
…
construct_iter_iter.pass.cpp
…
construct_size_value_alloc.pass.cpp
…
construct_size_value.pass.cpp
…
construct_size.pass.cpp
…
copy_alloc.pass.cpp
…
copy.pass.cpp
…
default_noexcept.pass.cpp
…
dtor_noexcept.pass.cpp
…
emplace_back.pass.cpp
…
emplace.pass.cpp
…
erase_iter_iter.pass.cpp
…
erase_iter.pass.cpp
…
find.pass.cpp
…
initializer_list_alloc.pass.cpp
…
initializer_list.pass.cpp
…
insert_iter_initializer_list.pass.cpp
…
insert_iter_iter_iter.pass.cpp
…
insert_iter_size_value.pass.cpp
…
insert_iter_value.pass.cpp
…
iterators.pass.cpp
…
move_alloc.pass.cpp
…
move_assign_noexcept.pass.cpp
…
move_noexcept.pass.cpp
…
move.pass.cpp
…
op_equal_initializer_list.pass.cpp
…
push_back.pass.cpp
…
reserve.pass.cpp
…
resize_size_value.pass.cpp
…
resize_size.pass.cpp
…
shrink_to_fit.pass.cpp
…
swap_noexcept.pass.cpp
…
swap.pass.cpp
…
types.pass.cpp
…
vector_bool.pass.cpp
…