From d4fbe1ef061d0e058a2700cfd4f602e55e126f65 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:19:09 +0200 Subject: HarfBuzz: Update to version 6.0.0 --- thirdparty/harfbuzz/src/hb-cache.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty/harfbuzz/src/hb-cache.hh') diff --git a/thirdparty/harfbuzz/src/hb-cache.hh b/thirdparty/harfbuzz/src/hb-cache.hh index 897f313fbd..f8c8108f1f 100644 --- a/thirdparty/harfbuzz/src/hb-cache.hh +++ b/thirdparty/harfbuzz/src/hb-cache.hh @@ -46,7 +46,7 @@ struct hb_cache_t >::type; static_assert ((key_bits >= cache_bits), ""); - static_assert ((key_bits + value_bits - cache_bits <= 8 * sizeof (item_t)), ""); + static_assert ((key_bits + value_bits <= cache_bits + 8 * sizeof (item_t)), ""); void init () { clear (); } void fini () {} -- cgit v1.2.3