[libcxx-commits] [PATCH] D94807: [libc++] Rationalize our treatment of contiguous iterators and __unwrap_iter().

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 1 13:51:56 PST 2021


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

Update with the same patch that I rolled into D93661 <https://reviews.llvm.org/D93661> last week. Still waiting for buildkite to unbork itself and finish a build.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94807

Files:
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/algorithm
  libcxx/include/filesystem
  libcxx/include/iterator
  libcxx/include/memory
  libcxx/test/libcxx/iterators/contiguous_iterators.pass.cpp
  libcxx/test/libcxx/iterators/trivial_iterators.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
  libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
  libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94807.320590.patch
Type: text/x-patch
Size: 43310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210201/cb6ae561/attachment-0001.bin>


More information about the libcxx-commits mailing list