From 95c888e192909b18de6f38da8b6e4d8294416703 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 5 Aug 2021 12:27:02 -0600 Subject: [PATCH] [meta] Define hb_int_min for pointer types as nullptr --- src/hb-meta.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-meta.hh b/src/hb-meta.hh index 4f79c896f..a714bc2bf 100644 --- a/src/hb-meta.hh +++ b/src/hb-meta.hh @@ -282,6 +282,7 @@ template <> struct hb_int_min : hb_integral_constant struct hb_int_min : hb_integral_constant {}; template <> struct hb_int_min : hb_integral_constant {}; template <> struct hb_int_min : hb_integral_constant {}; +template struct hb_int_min : hb_integral_constant {}; #define hb_int_min(T) hb_int_min::value template struct hb_int_max; template <> struct hb_int_max : hb_integral_constant {};