commit | 9510e918f72d2496f5e2ec84c58e79af944c8a0b | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sun Sep 01 16:25:33 2019 -0500 |
committer | Behdad Esfahbod <[email protected]> | Wed Sep 04 11:28:40 2019 -0400 |
tree | fbbf4b53ef1c19d80408b5ca6d5cb2fe7d323338 | |
parent | 52d19ba4591e822708e52a8fc96d9821fe2668f4 [diff] |
[iter] Partialize hb_zip()
diff --git a/src/hb-iter.hh b/src/hb-iter.hh index 79ff316..981c5c2 100644 --- a/src/hb-iter.hh +++ b/src/hb-iter.hh
@@ -572,7 +572,7 @@ B b; }; struct -{ +{ HB_PARTIALIZE(2); template <typename A, typename B, hb_requires (hb_is_iterable (A) && hb_is_iterable (B))> hb_zip_iter_t<hb_iter_type<A>, hb_iter_type<B>>