[meta] Minor
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 11 May 2019 03:34:52 +0000 (20:34 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 11 May 2019 03:34:52 +0000 (20:34 -0700)
src/hb-meta.hh

index 71698f9..7ddfd13 100644 (file)
@@ -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 */