[libcxx-commits] [PATCH] D101404: [libc++] Comment preconditions for __wrap_iter; make it work with C++20 to_address

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 11 09:16:45 PDT 2021


Quuxplusone abandoned this revision.
Quuxplusone marked 6 inline comments as done.
Quuxplusone added a comment.

@zoecarver @ldionne: I've lost track of what's going on with contiguous/to_address anymore, but I'm pretty sure this PR was obsoleted by D101638 <https://reviews.llvm.org/D101638>. (It looks like we still need to make `__wrap_iter` properly C++20-contiguous in debug mode, so that we can enable "libcxx/test/std/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp", but that's maybe all that's left.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101404



More information about the libcxx-commits mailing list