[PATCH] D134076: RFC - [ADT] Ranges pipe syntax support + SFINAE
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 17 21:45:37 PDT 2022
dblaikie added a comment.
My gut reaction is that this is quite a lot of API surface area to add without current or near-future planned usage.
Any chance you're interested in proposing this as part of a patch series to at least migrate some of the existing iterator-adaptor or custom algorithms to this usage? (@kazu - maybe this'd be of some interest to you too?)
& I seem to recall some discussion about compile-time performance problems with view heavy code? Does anyone have any info on that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134076/new/
https://reviews.llvm.org/D134076
More information about the llvm-commits
mailing list