You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
HarfBuzz: Update to version 4.0.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-algs.hh
vendored
2
thirdparty/harfbuzz/src/hb-algs.hh
vendored
@@ -498,7 +498,7 @@ struct hb_pair_t
|
||||
|
||||
template <typename Q1, typename Q2,
|
||||
hb_enable_if (hb_is_convertible (T1, Q1) &&
|
||||
hb_is_convertible (T2, T2))>
|
||||
hb_is_convertible (T2, Q2))>
|
||||
operator hb_pair_t<Q1, Q2> () { return hb_pair_t<Q1, Q2> (first, second); }
|
||||
|
||||
hb_pair_t<T1, T2> reverse () const
|
||||
|
||||
Reference in New Issue
Block a user