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/iterators/iterator.primitives/iterator.traits
Petr Hosek b7b2997a4a [libc++] Support different libc++ namespaces in the iterator test
libc++ allows changing the namespace, don't assume __1 in the test
to avoid the test failure if different namespace is being used.

Differential Revision: https://reviews.llvm.org/D56698

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351220 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
const_pointer.pass.cpp Move test into test/std subdirectory. 10 years ago
const_volatile_pointer.pass.cpp Another test for LWG2952 7 years ago
empty.fail.cpp [libc++] Support different libc++ namespaces in the iterator test 6 years ago
empty.pass.cpp [libcxx] [test] Rename _Up to U, etc. NFCI. 7 years ago
iterator.pass.cpp Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report 6 years ago
pointer.pass.cpp Move test into test/std subdirectory. 10 years ago
volatile_pointer.pass.cpp Implement LWG2952: iterator_traits should work for pointers to cv T 7 years ago