[libcxx-commits] [PATCH] D158922: [libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly.
Daniel Cheng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 25 23:48:11 PDT 2023
zetafunction created this revision.
Herald added a project: All.
zetafunction requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
See https://wg21.link/LWG3545 for background and details.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158922
Files:
libcxx/docs/Status/Cxx23Issues.csv
libcxx/include/__memory/pointer_traits.h
libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.verify.cpp
libcxx/test/std/utilities/memory/pointer.conversion/to_address.verify.cpp
libcxx/test/std/utilities/memory/pointer.conversion/to_address_without_pointer_traits.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158922.553706.patch
Type: text/x-patch
Size: 7713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230826/3dd15499/attachment-0001.bin>
More information about the libcxx-commits
mailing list