diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-11 14:02:34 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-11 14:02:34 +0100 |
commit | befc738b44fc05249cb81ee6563a44533bbea3c4 (patch) | |
tree | bb0e8e157ac1f63fff42748a8787428fe3634400 /thirdparty/harfbuzz/src/hb-array.hh | |
parent | 1bbdbbaada71655f6065562185937f6628b020f2 (diff) | |
parent | ac4cc07301eda22964d676cb410c5aba1cc1bd39 (diff) | |
download | redot-engine-befc738b44fc05249cb81ee6563a44533bbea3c4.tar.gz |
Merge pull request #89304 from Chubercik/harfbuzz-8.3.0
harfbuzz: Update to 8.3.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-array.hh')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-array.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-array.hh b/thirdparty/harfbuzz/src/hb-array.hh index 760f90259c..9037179bc5 100644 --- a/thirdparty/harfbuzz/src/hb-array.hh +++ b/thirdparty/harfbuzz/src/hb-array.hh @@ -47,6 +47,8 @@ enum hb_not_found_t template <typename Type> struct hb_array_t : hb_iter_with_fallback_t<hb_array_t<Type>, Type&> { + static constexpr bool realloc_move = true; + /* * Constructors. */ |