There is no need to check the counters on Counted after destroying
elements in the range because these tests are not testing destroy.
Details
Details
- Reviewers
• Quuxplusone ldionne - Group Reviewers
Restricted Project - Commits
- rGf195fd915ebd: [libc++][ranges][NFC] Remove extraneous cleanup checks.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I requested that in another review. IMO it's better to remove cause it removes the possibility for confusion around what we're trying to test.
Comment Actions
Note that the only CI failures are on Windows and they look infra-related. Feel free to ship this.