[array] Remove unused type pack

pull/3791/head
Behdad Esfahbod 2 years ago
parent 37d61afd5e
commit c606978ee0
  1. 2
      src/hb-array.hh

@ -342,7 +342,7 @@ struct hb_sorted_array_t :
unsigned int i;
return bfind (x, &i) ? &this->arrayZ[i] : not_found;
}
template <typename T, typename ...Ts>
template <typename T>
const Type *bsearch (const T &x, const Type *not_found = nullptr) const
{
unsigned int i;

Loading…
Cancel
Save