[iter] Remove fixed TODO
This commit is contained in:
parent
22da12318a
commit
714307cc43
|
@ -129,8 +129,6 @@ struct hb_iter_t
|
|||
#define hb_iter_t(Iterable) decltype (hb_declval (Iterable).iter ())
|
||||
|
||||
|
||||
/* TODO Change to function-object. */
|
||||
|
||||
template <typename> struct hb_array_t;
|
||||
|
||||
struct
|
||||
|
@ -225,7 +223,6 @@ struct hb_is_iterable
|
|||
/* TODO Add hb_is_iterable_of().
|
||||
* TODO Add random_access / sorted variants. */
|
||||
|
||||
|
||||
/* hb_is_iterator() / hb_is_random_access_iterator() / hb_is_sorted_iterator() */
|
||||
|
||||
template <typename Iter>
|
||||
|
|
Loading…
Reference in New Issue