[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
Fri Jan 15 16:07:35 PST 2021
Quuxplusone updated this revision to Diff 317104.
Quuxplusone added a comment.
In the new test, make `TCBNTM` and `TMBNTC` copy-constructible, because if they're not, then you can't make an array of them pre-C++17. ("error: copying array element of type 'TMBNTC'...")
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94807/new/
https://reviews.llvm.org/D94807
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__memory/allocator_traits.h
libcxx/include/__memory/base.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94807.317104.patch
Type: text/x-patch
Size: 45272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210116/395033b9/attachment-0001.bin>
More information about the libcxx-commits
mailing list