One more iteration

This commit is contained in:
Behdad Esfahbod 2018-10-29 15:29:13 -07:00
parent c7c5df9ffd
commit 14b353c185
1 changed files with 0 additions and 1 deletions

View File

@ -346,7 +346,6 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
TypeName(const TypeName<T>&); \
void operator=(const TypeName<T>&)
#define HB_DISALLOW_COPY_AND_ASSIGN_TEMPLATE2(TypeName, T1, T2) \
inline TypeName() {} \
TypeName(const TypeName<T1, T2>&); \
void operator=(const TypeName<T1, T2>&);