[meta] Fix unused-function-template warning
This commit is contained in:
parent
df138da2e6
commit
b89d20dd9f
|
@ -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. */
|
/* Void! For when we need a expression-type of void. */
|
||||||
|
|
Loading…
Reference in New Issue