[PATCH] D30246: [ADT] Fix zip iterator interface.

bryant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 14:11:29 PST 2017


bryant updated this revision to Diff 89563.
bryant added a comment.

- Use boost's difference_type calculation, even though it's not morally correct.
- Support reverse iteration, if all the inner iterators support it.


Repository:
  rL LLVM

https://reviews.llvm.org/D30246

Files:
  include/llvm/ADT/STLExtras.h
  unittests/ADT/IteratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30246.89563.patch
Type: text/x-patch
Size: 9014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170223/9e3838e2/attachment.bin>


More information about the llvm-commits mailing list