[PATCH] D33919: [ADT] Make iterable SmallVector template overrides more specific

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 11:23:24 PDT 2017


fjricci added a comment.

The llvm test suite passes with this change, although I haven't verified clang's does yet. I'll add a test for a random access iterator, and update the enable_if if it doesn't work correctly.


https://reviews.llvm.org/D33919





More information about the llvm-commits mailing list