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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/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
7 years ago
..
const_pointer.pass.cpp Move test into test/std subdirectory. 11 years ago
const_volatile_pointer.pass.cpp Another test for LWG2952 8 years ago
empty.fail.cpp [libc++] Support different libc++ namespaces in the iterator test 7 years ago
empty.pass.cpp [libcxx] [test] Rename _Up to U, etc. NFCI. 8 years ago
iterator.pass.cpp Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report 7 years ago
pointer.pass.cpp Move test into test/std subdirectory. 11 years ago
volatile_pointer.pass.cpp Implement LWG2952: iterator_traits should work for pointers to cv T 8 years ago