提交 714307cc 编写于 作者: B Behdad Esfahbod

[iter] Remove fixed TODO

上级 22da1231
...@@ -129,8 +129,6 @@ struct hb_iter_t ...@@ -129,8 +129,6 @@ struct hb_iter_t
#define hb_iter_t(Iterable) decltype (hb_declval (Iterable).iter ()) #define hb_iter_t(Iterable) decltype (hb_declval (Iterable).iter ())
/* TODO Change to function-object. */
template <typename> struct hb_array_t; template <typename> struct hb_array_t;
struct struct
...@@ -225,7 +223,6 @@ struct hb_is_iterable ...@@ -225,7 +223,6 @@ struct hb_is_iterable
/* TODO Add hb_is_iterable_of(). /* TODO Add hb_is_iterable_of().
* TODO Add random_access / sorted variants. */ * TODO Add random_access / sorted variants. */
/* hb_is_iterator() / hb_is_random_access_iterator() / hb_is_sorted_iterator() */ /* hb_is_iterator() / hb_is_random_access_iterator() / hb_is_sorted_iterator() */
template <typename Iter> template <typename Iter>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册