From 42901d7af91b4c5cffee9752f653447e4f4bd4f7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 9 May 2019 16:22:08 -0700 Subject: [PATCH] Minor --- src/hb-meta.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-meta.hh b/src/hb-meta.hh index 58852091f..88b7f2fc1 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -137,7 +137,7 @@ struct hb_is_convertible static hb_true_t impl2 (hb_conditional); template - static auto impl (hb_priority<1>) HB_AUTO_RETURN ( impl2 (hb_declval (T)) ) + static auto impl (hb_priority<1>) -> decltype (impl2 (hb_declval (T))); template static hb_false_t impl (hb_priority<0>); public: