提交 8ac64d00 编写于 作者: B Behdad Esfahbod

[iter] Fix sorted_iter iter class

上级 93615b95
...@@ -193,10 +193,10 @@ enum hb_bfind_not_found_t ...@@ -193,10 +193,10 @@ enum hb_bfind_not_found_t
template <typename Type> template <typename Type>
struct hb_sorted_array_t : struct hb_sorted_array_t :
hb_sorted_iter_t<hb_sorted_array_t<Type>, Type>, hb_sorted_iter_t<hb_sorted_array_t<Type>, Type&>,
hb_array_t<Type> hb_array_t<Type>
{ {
typedef hb_sorted_iter_t<hb_sorted_array_t<Type>, Type> iter_base_t; typedef hb_sorted_iter_t<hb_sorted_array_t<Type>, Type&> iter_base_t;
HB_ITER_USING (iter_base_t); HB_ITER_USING (iter_base_t);
hb_sorted_array_t () : hb_array_t<Type> () {} hb_sorted_array_t () : hb_array_t<Type> () {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册