Fix build on C++ < 11
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 27 Dec 2018 23:29:23 +0000 (18:29 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 27 Dec 2018 23:29:23 +0000 (18:29 -0500)
src/hb.hh

index c6db70a..a608528 100644 (file)
--- a/src/hb.hh
+++ b/src/hb.hh
@@ -399,6 +399,7 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
 #else /* __cpluspplus >= 201103L */
 
 #define HB_NO_COPY_ASSIGN(TypeName) static_assert (true, "")
+#define HB_NO_COPY_ASSIGN_TEMPLATE(TypeName, T1, T2) static_assert (true, "")
 #define HB_NO_COPY_ASSIGN_TEMPLATE2(TypeName, T1, T2) static_assert (true, "")
 #define HB_NO_CREATE_COPY_ASSIGN(TypeName) static_assert (true, "")
 #define HB_NO_CREATE_COPY_ASSIGN_TEMPLATE(TypeName, T) static_assert (true, "")