feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
2
engine/thirdparty/harfbuzz/src/hb-null.hh
vendored
2
engine/thirdparty/harfbuzz/src/hb-null.hh
vendored
|
|
@ -176,7 +176,7 @@ template <typename Type>
|
|||
static inline Type& Crap () {
|
||||
static_assert (hb_null_size (Type) <= HB_NULL_POOL_SIZE, "Increase HB_NULL_POOL_SIZE.");
|
||||
Type *obj = reinterpret_cast<Type *> (_hb_CrapPool);
|
||||
memcpy (obj, std::addressof (Null (Type)), sizeof (*obj));
|
||||
memcpy (reinterpret_cast<void*>(obj), std::addressof (Null (Type)), sizeof (*obj));
|
||||
return *obj;
|
||||
}
|
||||
template <typename QType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue