[PATCH] D85698: [ADT] Add an version of llvm::join that takes a callable for non-string iterable

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 18:54:17 PDT 2020


dblaikie added a comment.

Perhaps this should be built by composition with some kind of range transformer (not sure if we have one of those already - maybe we do?), rather than having explicit support in join?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85698/new/

https://reviews.llvm.org/D85698



More information about the llvm-commits mailing list