[set] Add TODO item

This commit is contained in:
Behdad Esfahbod 2021-08-29 10:47:11 -06:00
parent 93ac700da6
commit 41b9f2abcd
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ struct hb_bit_set_t
return;
population = other.population;
/* TODO switch to vector operator =. */
hb_memcpy ((void *) pages, (const void *) other.pages, count * pages.item_size);
hb_memcpy ((void *) page_map, (const void *) other.page_map, count * page_map.item_size);
}