[libcxx-commits] [PATCH] D95983: [libc++] Further improve the contiguous-iterator story, and fix some bugs in D94807.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 4 09:38:42 PST 2021


Quuxplusone updated this revision to Diff 321492.
Quuxplusone retitled this revision from "[libc++] Essentially revert D94807, to avoid calling __unwrap_iter in constexpr contexts." to "[libc++] Further improve the contiguous-iterator story, and fix some bugs in D94807.".
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Massive update and (happily) this is now less of a revert and more of a bugfix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95983

Files:
  libcxx/include/algorithm
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr_comp.pass.cpp
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95983.321492.patch
Type: text/x-patch
Size: 29331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210204/d74d5780/attachment-0001.bin>


More information about the libcxx-commits mailing list