[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 10:35:41 PST 2021


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

Improve the contiguous_iterators.pass.cpp test, including a test case for exactly what I'd expect Chromium to write in their code to enable contiguous-iterator-ness.


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.317022.patch
Type: text/x-patch
Size: 43186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210115/f8b97f41/attachment-0001.bin>


More information about the libcxx-commits mailing list