commit | 849a0f1758b67eb3b4d864047b9df671e76404a5 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 29 17:10:19 2019 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 29 17:10:19 2019 -0800 |
tree | 588abd42752102c32ff998bcdbc96cbf90070ded | |
parent | 4d40ed9d1a7a4f18af6710a1b8ba90257b8456a0 [diff] [blame] |
[iter] Add hb_iter_with_fallback_t instead
diff --git a/src/test-iter.cc b/src/test-iter.cc index 83f0bef..cd94be8 100644 --- a/src/test-iter.cc +++ b/src/test-iter.cc
@@ -33,10 +33,7 @@ template <typename T> -struct array_iter_t : - hb_iter_with_mixin_t<hb_iter_fallback_mixin_t, - array_iter_t<T>, - T&> +struct array_iter_t : hb_iter_with_fallback_t<array_iter_t<T>, T&> { array_iter_t (hb_array_t<T> arr_) : arr (arr_) {}