Another attempt at making every compiler happy...

Sigh.
This commit is contained in:
Behdad Esfahbod 2018-06-01 17:32:07 -07:00
parent 4f76f956bb
commit fb07d1a3ce
1 changed files with 3 additions and 3 deletions

View File

@ -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