提交 20a318d0 编写于 作者: B Behdad Esfahbod

Fix return type of alignof() fallback

上级 58cb4d9f
......@@ -95,7 +95,7 @@ struct _hb_alignof
char c;
T t;
};
static constexpr unsigned int value = offsetof (s, t);
static constexpr size_t value = offsetof (s, t);
};
#if __cplusplus < 201103L
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册