There's no fundamental reason to separate those from the other iterator
concepts.
Details
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rGc54d3050f7b9: [libc++] NFC: Move indirect_concepts.h to __iterator/concepts.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. But btw, what's going on with these GCC failures? I thought you (@ldionne) were going to fix them, but it's been like a month now. Should I make a PR for it? Some of these failures are just straight up typos in the test cases; others might require some digging, I don't know (which is why I was happy to let you deal with it, I thought).
Comment Actions
There's been a lot going on in the past few weeks (notably with CI failures) and I have not had time to finish that up yet. Feel free to pick it up if you want (but don't touch the ranges::prev/ranges::next failures since I have a patch for that I'm finishing up).