From e03d9395aa79a29d731607bfd46533b700dc1a37 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 16 Apr 2019 11:20:16 -0400 Subject: [PATCH] Comment --- src/hb-algs.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-algs.hh b/src/hb-algs.hh index 1460e72fb..7d19bd899 100644 --- a/src/hb-algs.hh +++ b/src/hb-algs.hh @@ -75,7 +75,7 @@ struct { private: - // TODO Add overload to for pointer-to-member-function + // TODO Add overload to for pointer-to-member and pointer-to-member-function ala std::invoke template auto impl (Appl&& a, Val &&v, hb_priority<1>) const HB_AUTO_RETURN_EXPR (a (hb_forward (v)))