[iter] Partialize hb_zip()

This commit is contained in:
Behdad Esfahbod 2019-09-01 16:25:33 -05:00
parent 52d19ba459
commit 9510e918f7
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ struct hb_zip_iter_t :
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>>