From b89d20dd9f7e0b4fad3f6c8803c73d2ace34c340 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 28 Dec 2018 16:41:04 -0500 Subject: [PATCH] [meta] Fix unused-function-template warning --- 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 fd6d60fca..0a711e10b 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -35,7 +35,7 @@ */ -template static T hb_declval (); +template static inline T hb_declval (); /* Void! For when we need a expression-type of void. */