[set] Add TODO

This commit is contained in:
Behdad Esfahbod 2021-05-26 14:27:02 -06:00
parent 11d03f1ff9
commit bf5d4a6392
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ struct hb_set_t
bool is_subset (const hb_set_t *larger_set) const
{
/* TODO: Merge this and is_equal() into something like process(). */
if (unlikely(larger_set->is_empty ()))
return is_empty ();