[PATCH] D102760: [llvm] Let SmallVector construct from any Iterable
Guillaume Chatelet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 7 02:18:39 PDT 2021
gchatelet added a comment.
@Quuxplusone thx a lot for the comment. It is very relevant and I agree that this addition may be dangerous.
The intend was to prevent adding more constructors (and dependencies) to SmallVector in D102679 <https://reviews.llvm.org/D102679>.
I can try to see what it takes to call `begin` and `end` explicitly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102760/new/
https://reviews.llvm.org/D102760
More information about the cfe-commits
mailing list