[set] Actually derive iterator from hb_sorted_iter_t<>
This commit is contained in:
parent
fc35919d01
commit
89d04129e2
@ -671,7 +671,7 @@ struct hb_set_t
|
|||||||
/*
|
/*
|
||||||
* Iterator implementation.
|
* Iterator implementation.
|
||||||
*/
|
*/
|
||||||
struct iter_t
|
struct iter_t : hb_sorted_iter_t<iter_t, hb_codepoint_t>
|
||||||
{
|
{
|
||||||
iter_t (const hb_set_t &s_) : s (s_), v (INVALID) { __next__ (); }
|
iter_t (const hb_set_t &s_) : s (s_), v (INVALID) { __next__ (); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user