minor
This commit is contained in:
parent
8e5bc535d1
commit
7e3edfa454
|
@ -552,8 +552,8 @@ struct SortedUnsizedArrayOf : UnsizedArrayOf<Type>
|
||||||
{ return *as_array (len).bsearch (x, ¬_found); }
|
{ return *as_array (len).bsearch (x, ¬_found); }
|
||||||
template <typename T>
|
template <typename T>
|
||||||
bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr,
|
bool bfind (unsigned int len, const T &x, unsigned int *i = nullptr,
|
||||||
hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE,
|
hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE,
|
||||||
unsigned int to_store = (unsigned int) -1) const
|
unsigned int to_store = (unsigned int) -1) const
|
||||||
{ return as_array (len).bfind (x, i, not_found, to_store); }
|
{ return as_array (len).bfind (x, i, not_found, to_store); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue