[PATCH] D64997: [ADT] Add public iterator and cosnt_iterator types to iterator_range

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 08:06:15 PDT 2019


jhenderson added a comment.

Just to note: there's a typo in your summary (cosnt_iterator -> const_iterator).

What's the context for this? Why do you need these iterator types defined rather than just using whatever was passed in? (I think I know the answer, but I just want you to explain for people reading this in the future).


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

https://reviews.llvm.org/D64997





More information about the llvm-commits mailing list