[libcxx-commits] [PATCH] D101396: [libcxx][ranges] Add `contiguous_{iterator, range}`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 27 13:12:50 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: cjdb, ldionne, EricWF, Quuxplusone.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101396

Files:
  libcxx/include/__iterator/concepts.h
  libcxx/include/__ranges/concepts.h
  libcxx/test/std/containers/sequences/array/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.compile.pass.cpp
  libcxx/test/std/ranges/range.refinements/contiguous_range.compile.pass.cpp
  libcxx/test/std/strings/string.view/range_concept_conformance.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101396.340964.patch
Type: text/x-patch
Size: 15887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210427/69b34878/attachment-0001.bin>


More information about the libcxx-commits mailing list