From 92f25db1e86c7b79962a2eb735cd3596c302f71f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 30 Dec 2018 19:10:26 -0500 Subject: [PATCH] [iter] Remove stale comment --- src/hb-iter.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/hb-iter.hh b/src/hb-iter.hh index b29e8787b..dc28678eb 100644 --- a/src/hb-iter.hh +++ b/src/hb-iter.hh @@ -175,10 +175,7 @@ struct hb_is_iterable { enum { value = _hb_is_iterable::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 char -_hb_is_iterator (...) {}; +template char _hb_is_iterator (...) {}; template int _hb_is_iterator (hb_iter_t *) {}; template int _hb_is_iterator (hb_iter_t *) {}; template int _hb_is_iterator (hb_iter_t *) {};