[all-commits] [llvm/llvm-project] bede75: [libcxx][ranges] Add `contiguous_iterator`.

Zoe Carver via All-commits all-commits at lists.llvm.org
Fri May 14 15:28:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bede7523b1b4b31e2eeb89ff5efa3ce873b3f250
      https://github.com/llvm/llvm-project/commit/bede7523b1b4b31e2eeb89ff5efa3ce873b3f250
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-05-14 (Fri, 14 May 2021)

  Changed paths:
    M libcxx/include/__iterator/concepts.h
    M libcxx/test/std/containers/sequences/array/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/deque/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/vector/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/iterator_concept_conformance.compile.pass.cpp
    A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.compile.pass.cpp
    M libcxx/test/std/iterators/predef.iterators/reverse.iterators/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/strings/basic.string/string.iterators/iterator_concept_conformance.compile.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.iterators/iterator_concept_conformance.compile.pass.cpp

  Log Message:
  -----------
  [libcxx][ranges] Add `contiguous_iterator`.

Differential Revision: https://reviews.llvm.org/D101396




More information about the All-commits mailing list