Details
- Reviewers
zoecarver cjdb - Group Reviewers
Restricted Project - Commits
- rG2021d272ad6c: [libc++] Implement ranges::view
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/std/ranges/range.view/enable_view.compile.pass.cpp | ||
---|---|---|
24 | What if you named these more like the types in the other test file? So this would be Empty, next would be PrivateViewBase, then EnableViewFalse, then DerivesViewBase, then EnableViewTrue (or something similar). |
libcxx/test/std/ranges/range.view/view.compile.pass.cpp | ||
---|---|---|
28–31 | Would definitely take a paper and implementation experience. |
libcxx/test/std/ranges/range.view/view.compile.pass.cpp | ||
---|---|---|
37 | So the original reason to indent it that way was to make the thing we're actually trying to test stand out. But I guess I'll remove it :-). |
LGTM overall, tests are very elegant! Would you mind adding checks that our existing ranges aren't views to the conformance tests please?
Is there anything else here? I think you can mark it as complete.