• B
    [iter] Fix hb_zip() end condition · 5da3c9c3
    Behdad Esfahbod 提交于
    We should compare-equal to end if either iterator's end reaches,
    not if both reach at the same time.  Fixes infinite-loop in test
    which was happening after hb_enumerate() switched to using hb_zip().
    5da3c9c3
hb-iter.hh 22.7 KB