[all-commits] [llvm/llvm-project] c40b02: [libcxx][ranges] Implement `ranges::borrowed_range`.
Zoe Carver via All-commits
all-commits at lists.llvm.org
Thu May 20 11:52:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c40b02608eea5541b9f402f285b78cb0c1f3bb72
https://github.com/llvm/llvm-project/commit/c40b02608eea5541b9f402f285b78cb0c1f3bb72
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
M libcxx/include/__ranges/concepts.h
M libcxx/test/std/containers/associative/map/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/associative/multimap/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/associative/multiset/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/associative/set/range_concept_conformance.compile.pass.cpp
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/forwardlist/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/sequences/list/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/unord/unord.map/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multimap/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multiset/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.set/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/input.output/filesystems/class.directory_iterator/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/input.output/filesystems/class.path/range_concept_conformance.compile.pass.cpp
A libcxx/test/std/ranges/range.range/borrowed_range.compile.pass.cpp
A libcxx/test/std/ranges/range.range/borrowed_range.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] Implement `ranges::borrowed_range`.
Differential Revision: https://reviews.llvm.org/D102426
More information about the All-commits
mailing list