[all-commits] [llvm/llvm-project] 345039: [libcxx][ranges] Add contiguous_range.
Zoe Carver via All-commits
all-commits at lists.llvm.org
Thu Jun 24 10:40:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34503987385b8e2a21ca4f9a29c9135c03b427e4
https://github.com/llvm/llvm-project/commit/34503987385b8e2a21ca4f9a29c9135c03b427e4
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M libcxx/include/__ranges/concepts.h
M libcxx/include/__ranges/ref_view.h
M libcxx/include/ranges
M libcxx/test/std/containers/sequences/array/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/deque/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/vector.bool/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/vector/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp
A libcxx/test/std/ranges/range.req/range.refinements/contiguous_range.compile.pass.cpp
M libcxx/test/std/ranges/range.req/range.refinements/subsumption.compile.pass.cpp
M libcxx/test/std/re/re.results/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/strings/basic.string/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/strings/string.view/range_concept_conformance.compile.pass.cpp
Log Message:
-----------
[libcxx][ranges] Add contiguous_range.
Differential Revision: https://reviews.llvm.org/D104262
More information about the All-commits
mailing list