This commit is contained in:
Behdad Esfahbod 2018-07-10 12:51:29 +02:00
parent bf9e9676dd
commit 7cb47d0f3f
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ struct hb_set_t
if (get_population () > larger_set->get_population ()) if (get_population () > larger_set->get_population ())
return false; return false;
/* TODO Optimize to use pages. */
hb_codepoint_t c = INVALID; hb_codepoint_t c = INVALID;
while (next (&c)) while (next (&c))
if (!larger_set->has (c)) if (!larger_set->has (c))