[libcxx-commits] [PATCH] D101638: [libc++] std::to_address mustn't depend on P::element_type.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 11:28:47 PDT 2021


Quuxplusone updated this revision to Diff 341992.
Quuxplusone added a comment.

Add libcxx-specific tests for `_VSTD::__to_address`.
Merge my new tests from D101404 <https://reviews.llvm.org/D101404> — indeed I believe they pass now and D101404 <https://reviews.llvm.org/D101404> might be obsolete (if still maybe containing some good ideas for tech debt reduction).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101638/new/

https://reviews.llvm.org/D101638

Files:
  libcxx/include/__memory/pointer_traits.h
  libcxx/test/libcxx/utilities/memory/pointer.conversion/to_address.pass.cpp
  libcxx/test/libcxx/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp
  libcxx/test/std/utilities/memory/pointer.conversion/to_address.pass.cpp
  libcxx/test/std/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101638.341992.patch
Type: text/x-patch
Size: 12843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210430/de761c38/attachment-0001.bin>


More information about the libcxx-commits mailing list