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/vector
Howard Hinnant de589f2f8f Peter Collingbourne: If a pointer is passed as the third argument of the (iterator,
iterator, allocator) constructor with the intention of it being
implicitly converted to the allocator type, it is possible for overload
resolution to favour the (iterator, iterator, enable_if) constructor.
Eliminate this possibility by moving the enable_if to one of the
existing arguments and removing the third argument.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@191145 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
vector.capacity Implement full support for non-pointer pointers in custom allocators for vector. 13 years ago
vector.cons Peter Collingbourne: If a pointer is passed as the third argument of the (iterator, 12 years ago
vector.data Implement full support for non-pointer pointers in custom allocators for vector. 13 years ago
vector.modifiers Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
vector.special Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
const_value_type.pass.cpp Implement full support for non-pointer pointers in custom allocators for vector. 13 years ago
db_back.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_cback.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_cfront.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_cindex.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_front.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_index.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_2.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_3.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_4.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_5.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_6.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_7.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
db_iterators_8.pass.cpp Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. 12 years ago
iterators.pass.cpp N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests 12 years ago
types.pass.cpp Implement full support for non-pointer pointers in custom allocators for vector. 13 years ago
version.pass.cpp license change 15 years ago