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/utilities/memory/pointer.traits
Louis Dionne 52ddb5e2b8 [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Summary:
P1006 adds support for constexpr in the specialization of pointer_traits
for raw pointers. This is necessary in order to use pointer_traits in
the upcoming constexpr containers. We expect P1006 to be voted into the
working draft for C++20 at the San Diego meeting.

Reviewers: mclow.lists, EricWF

Subscribers: christof, dexonsmith, libcxx-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346764 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
pointer.traits.functions Mark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT. 6 years ago
pointer.traits.types Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago
difference_type.pass.cpp Move test into test/std subdirectory. 10 years ago
element_type.pass.cpp Move test into test/std subdirectory. 10 years ago
pointer.pass.cpp Move test into test/std subdirectory. 10 years ago
pointer_to.pass.cpp [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits 6 years ago
rebind.pass.cpp [libc++] Remove various C++03 feature test macros 8 years ago