[meta] Minor

This commit is contained in:
Behdad Esfahbod 2019-05-10 20:34:52 -07:00
parent 707ff5b59d
commit 149c3db8a2
1 changed files with 1 additions and 1 deletions

View 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 */