mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[set] Add TODO item
This commit is contained in:
parent
93ac700da6
commit
41b9f2abcd
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue