diff --git a/src/hb-private.hh b/src/hb-private.hh index e96af5501294036c5b4f0110a8bc6b56ec8ace17..b4633213110a961654f965633c39f27e3a64278b 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -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