提交 fb07d1a3 编写于 作者: B Behdad Esfahbod

Another attempt at making every compiler happy...

Sigh.
上级 4f76f956
......@@ -537,11 +537,11 @@ _hb_ceil_to_4 (unsigned int v)
*/
#define HB_DISALLOW_ASSIGN(TypeName) \
void operator=(const TypeName&) = delete
void operator=(const TypeName&)
#define HB_DISALLOW_COPY_AND_ASSIGN(TypeName) \
TypeName(const TypeName&) = delete; \
void operator=(const TypeName&) = delete
TypeName(const TypeName&); \
void operator=(const TypeName&)
/*
* Static pools
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册