[arrays] Port ArrayOf.qsort() to hb_array_t's

pull/1408/head
Behdad Esfahbod 6 years ago
parent ad5c871d80
commit 073d837aa2
  1. 4
      src/hb-open-type.hh

@ -578,9 +578,7 @@ struct ArrayOf
{ return *as_array ().lsearch (x, &Null (T)); }
inline void qsort (void)
{
::qsort (arrayZ, len, sizeof (Type), Type::cmp);
}
{ as_array ().qsort (); }
inline bool sanitize_shallow (hb_sanitize_context_t *c) const
{

Loading…
Cancel
Save