Fix alignof impl
This commit is contained in:
parent
bca83618cd
commit
27c5317d91
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue