[iter] Remove fixed TODO

This commit is contained in:
Behdad Esfahbod 2019-04-24 10:56:12 -04:00
parent 22da12318a
commit 714307cc43
1 changed files with 0 additions and 3 deletions

View File

@ -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>