Details
Details
- Reviewers
cjdb • Quuxplusone ldionne EricWF Mordante - Group Reviewers
Restricted Project - Commits
- rGc40b02608eea: [libcxx][ranges] Implement `ranges::borrowed_range`.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Wasn't this already in the subrange patch?
libcxx/test/std/ranges/range.range/borrowed_range.compile.pass.cpp | ||
---|---|---|
64 | Can you test with some standard library types, for example std:;string, std::vector, std::string_view, and std::span. |
Comment Actions
This also needs a subsumption test. Once that's in place, I'll review it and likely LGTM it!
Can you test with some standard library types, for example std:;string, std::vector, std::string_view, and std::span.