From 149c3db8a2d41894b5d65f4c4b7c20757f6de6dd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 10 May 2019 20:34:52 -0700 Subject: [PATCH] [meta] 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 71698f9..7ddfd13 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -35,7 +35,7 @@ */ /* Void! For when we need a expression-type of void. */ -struct hb_void_t { typedef void value; }; +struct hb_void_t {}; /* Void meta-function ala std::void_t * https://en.cppreference.com/w/cpp/types/void_t */ -- 2.7.4