Fix alignof impl

This commit is contained in:
Behdad Esfahbod 2018-07-10 13:03:42 +02:00
parent bca83618cd
commit 27c5317d91
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ extern "C" void hb_free_impl(void *ptr);
#endif
#ifndef alignof
#define alignof(x) _hb_alignof<x>::value;
#define alignof(x) (_hb_alignof<x>::value)
template <typename T>
struct _hb_alignof
{