Details
- Reviewers
cjdb • Quuxplusone ldionne - Group Reviewers
Restricted Project - Commits
- rG9ed077817910: [libcxx][ranges] Move `namespace views` into `namespace ranges` and add an…
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/std/ranges/range.adaptors/range.all/all.pass.cpp | ||
---|---|---|
90 | Intentionally testing this inconsistently so that we cover both std::ranges::views and std::views. |
LGTM! Please add a test to make sure that std::views::X is the same as std::ranges::views::X before committing.
libcxx/include/__ranges/all.h | ||
---|---|---|
35–36 | Any appetite for namespace ranges::views { here? I have a slight preference for it, but won't push hard for it right now. | |
libcxx/test/std/ranges/range.adaptors/range.all/all.pass.cpp | ||
90 | I don't particularly object, because I probably wouldn't have noticed if the test had been committed this way to begin with. But if you want to test that std::views is the same as std::ranges::views, the right place for that test is not semi-accidentally inside all.pass.cpp; it may deserve a dedicated test file. |
Any appetite for namespace ranges::views { here? I have a slight preference for it, but won't push hard for it right now.