[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
Wed Feb 3 10:11:30 PST 2021
Quuxplusone updated this revision to Diff 321140.
Quuxplusone marked 4 inline comments as done.
Quuxplusone added a comment.
Split out the regression test into its own test file.
Hide `move_iterator::iterator_concept` in C++17-and-earlier. (I had done this for `__wrap_iter::iterator_concept` and `iterator_traits::iterator_concept`, but forgotten to do it for `move_iterator` and `reverse_iterator`).
Poke buildkite one last time before (I hope) finally landing this patch.
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/contiguous_trivial_optimization.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.321140.patch
Type: text/x-patch
Size: 44623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210203/1ed5fd2e/attachment-0001.bin>
More information about the libcxx-commits
mailing list