You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.
This commit is contained in:
4
thirdparty/harfbuzz/src/hb-array.hh
vendored
4
thirdparty/harfbuzz/src/hb-array.hh
vendored
@@ -342,7 +342,7 @@ struct hb_sorted_array_t :
|
||||
unsigned int i;
|
||||
return bfind (x, &i) ? &this->arrayZ[i] : not_found;
|
||||
}
|
||||
template <typename T, typename ...Ts>
|
||||
template <typename T>
|
||||
const Type *bsearch (const T &x, const Type *not_found = nullptr) const
|
||||
{
|
||||
unsigned int i;
|
||||
@@ -389,7 +389,7 @@ struct hb_sorted_array_t :
|
||||
this->length,
|
||||
sizeof (Type),
|
||||
_hb_cmp_method<T, Type, Ts...>,
|
||||
ds...);
|
||||
std::forward<Ts> (ds)...);
|
||||
}
|
||||
};
|
||||
template <typename T> inline hb_sorted_array_t<T>
|
||||
|
||||
Reference in New Issue
Block a user