[meta] Fix unused-function-template warning

This commit is contained in:
Behdad Esfahbod 2018-12-28 16:41:04 -05:00
parent df138da2e6
commit b89d20dd9f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
*/
template <typename T> static T hb_declval ();
template <typename T> static inline T hb_declval ();
/* Void! For when we need a expression-type of void. */