[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
Sat Aug 26 00:22:04 PDT 2023
zetafunction updated this revision to Diff 553707.
zetafunction added a comment.
Make sure pointer_traits.h is C++03-compatible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158922/new/
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.553707.patch
Type: text/x-patch
Size: 7714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230826/ab2068d7/attachment.bin>
More information about the libcxx-commits
mailing list