Eliminate a bogus operator== overload. Also, check more intermediate steps in the logic we're checking here. Some of this simplification is possible only now that we've implemented more of <ranges>.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG1fe897dffd31: [libc++] [test] Simplify some ranges tests.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/std/ranges/range.adaptors/range.common.view/begin.pass.cpp | ||
---|---|---|
72–73 | I don't understand how this change is related to the bogus operator== removal? |
libcxx/test/std/ranges/range.adaptors/range.common.view/begin.pass.cpp | ||
---|---|---|
72–73 | It's not (other than mentioning a "SizedForwardView", which is probably why it was on my radar at the same time). It's related to "Simplify some ranges tests," though. |
I don't understand how this change is related to the bogus operator== removal?