You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
HarfBuzz: Update to version 8.0.0
This commit is contained in:
1
thirdparty/harfbuzz/src/hb-atomic.hh
vendored
1
thirdparty/harfbuzz/src/hb-atomic.hh
vendored
@@ -204,6 +204,7 @@ struct hb_atomic_ptr_t
|
||||
|
||||
hb_atomic_ptr_t () = default;
|
||||
constexpr hb_atomic_ptr_t (T* v) : v (v) {}
|
||||
hb_atomic_ptr_t (const hb_atomic_ptr_t &other) = delete;
|
||||
|
||||
void init (T* v_ = nullptr) { set_relaxed (v_); }
|
||||
void set_relaxed (T* v_) { hb_atomic_ptr_impl_set_relaxed (&v, v_); }
|
||||
|
||||
Reference in New Issue
Block a user