From fb07d1a3ce896f8ebf8b5d5fef51dee91b6ead11 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 1 Jun 2018 17:32:07 -0700 Subject: [PATCH] Another attempt at making every compiler happy... Sigh. --- src/hb-private.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index e96af5501..b46332131 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