Details
Details
- Reviewers
ldionne var-const huixie90 - Group Reviewers
Restricted Project - Commits
- rGc02782fc2265: [libc++] Move filter_view::iterator and sentinel out of filter_view
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you add a comment to the commit message explaining why you're doing that. I remember we talked about it during a review at some point but leaving breadcrumbs would be nice.
Also CC @var-const in case you want to do a few of them.
Comment Actions
Sorry, I forgot to update the commit message. In case anybody finds this patch in the future, D138413#inline-1335968 contains the reason for this change. Basically, you can't easily specialize traits classes with dependent types.