mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
One more iteration
This commit is contained in:
parent
c7c5df9ffd
commit
14b353c185
1 changed files with 0 additions and 1 deletions
|
@ -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>&);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue