mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[set] Mark as realloc-movable
This commit is contained in:
parent
7766e67b33
commit
cdcad93b73
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
template <typename impl_t>
|
||||
struct hb_sparseset_t
|
||||
{
|
||||
static constexpr bool realloc_move = true;
|
||||
|
||||
hb_object_header_t header;
|
||||
impl_t s;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue