提交 7cb47d0f 编写于 作者: B Behdad Esfahbod

Minor

上级 bf9e9676
......@@ -405,6 +405,7 @@ struct hb_set_t
if (get_population () > larger_set->get_population ())
return false;
/* TODO Optimize to use pages. */
hb_codepoint_t c = INVALID;
while (next (&c))
if (!larger_set->has (c))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册