commit | ebf47a95f29dd959319feb7f8728f7c0162a181e | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed May 15 15:14:26 2019 -0700 |
committer | Behdad Esfahbod <[email protected]> | Wed May 15 15:14:26 2019 -0700 |
tree | 57c4e31299cb5c48ec0ea17749aa7886d3672a83 | |
parent | d3e1d5044f23a2dc910f4253c3f4976bf08f93ab [diff] |
[iter] Simplify operator!= of iterator filters Both to save ops, and also because lambdas don't implement operator!=, so this was failing in range-based for loop if a lambda was passed to hb_map() or hb_filter(). Just check end-condition assuming that we are comparing to .end() or iterators that are otherwise derived from current iterator. Ie. don't compare things that are expected to be in common.
This is HarfBuzz, a text shaping library.
For bug reports, mailing list, and other information please visit:
For license information, see COPYING.
For build information, see BUILD.md.
For test execution, see TESTING.md.
Documentation: https://harfbuzz.github.io