[libcxx-commits] [libcxx] [libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (PR #65177)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 11:59:41 PDT 2023


================
@@ -0,0 +1,176 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:

These tests look really nice, but we should merge them with the ones in `libcxx/test/std/utilities/memory/pointer.traits/*` (for example `libcxx/test/std/utilities/memory/pointer.traits/difference_type.pass.cpp`).

I think it might make sense to consolidate them in a single `libcxx/test/std/utilities/memory/pointer.traits/types.pass.cpp`.

https://github.com/llvm/llvm-project/pull/65177


More information about the libcxx-commits mailing list