[iter] Remove comment
This commit is contained in:
parent
815cde9fa3
commit
da49961836
|
@ -69,7 +69,6 @@ struct hb_iter_t
|
||||||
iter_t iter () const { return *thiz(); }
|
iter_t iter () const { return *thiz(); }
|
||||||
explicit_operator bool () const { return thiz()->__more__ (); }
|
explicit_operator bool () const { return thiz()->__more__ (); }
|
||||||
unsigned len () const { return thiz()->__len__ (); }
|
unsigned len () const { return thiz()->__len__ (); }
|
||||||
/* TODO enable_if item_t is reference type only. */
|
|
||||||
hb_remove_reference (item_t)* operator -> () const { return hb_addressof (*thiz()); }
|
hb_remove_reference (item_t)* operator -> () const { return hb_addressof (*thiz()); }
|
||||||
item_t operator * () const { return thiz()->__item__ (); }
|
item_t operator * () const { return thiz()->__item__ (); }
|
||||||
item_t operator [] (unsigned i) const { return thiz()->__item_at__ (i); }
|
item_t operator [] (unsigned i) const { return thiz()->__item_at__ (i); }
|
||||||
|
|
Loading…
Reference in New Issue