提交 92f25db1 编写于 作者: B Behdad Esfahbod

[iter] Remove stale comment

上级 40c24fd4
......@@ -175,10 +175,7 @@ struct hb_is_iterable { enum { value = _hb_is_iterable<T, hb_true_t>::value }; }
/* hb_is_iterator() */
/* The following SFINAE fails to match template parameters to hb_iter_t<>.
* As such, just check for member is_iter being there. */
template<typename Iter = void, typename Item = void> char
_hb_is_iterator (...) {};
template<typename Iter = void, typename Item = void> char _hb_is_iterator (...) {};
template<typename Iter, typename Item> int _hb_is_iterator (hb_iter_t<Iter, Item> *) {};
template<typename Iter, typename Item> int _hb_is_iterator (hb_iter_t<Iter, const Item> *) {};
template<typename Iter, typename Item> int _hb_is_iterator (hb_iter_t<Iter, Item&> *) {};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册