[set] Mark as realloc-movable

This commit is contained in:
Behdad Esfahbod 2023-11-03 12:45:16 -06:00
parent 7766e67b33
commit cdcad93b73

View file

@ -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;