diff --git a/src/hb-array.hh b/src/hb-array.hh index 67cfa454e..4c61f1a73 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh @@ -267,7 +267,7 @@ struct hb_array_t : hb_iter_with_fallback_t, Type&> template + hb_enable_if (!(sizeof (U) < sizeof (long long) && hb_is_trivially_copy_assignable(hb_decay)))> hb_array_t copy (hb_serialize_context_t *c) const { TRACE_SERIALIZE (this); @@ -280,7 +280,7 @@ struct hb_array_t : hb_iter_with_fallback_t, Type&> template + hb_enable_if (sizeof (U) < sizeof (long long) && hb_is_trivially_copy_assignable(hb_decay))> hb_array_t copy (hb_serialize_context_t *c) const { TRACE_SERIALIZE (this);