[subset] Fix bot failure

This commit is contained in:
Behdad Esfahbod 2023-06-23 12:03:42 -06:00
parent c4b2950deb
commit 4332cb3376

View file

@ -284,10 +284,10 @@ _try_subset (const TableType *table,
}
template <typename T>
auto _do_destroy (T &t, hb_priority<1>) HB_RETURN (void, t.destroy ())
static auto _do_destroy (T &t, hb_priority<1>) HB_RETURN (void, t.destroy ())
template <typename T>
void _do_destroy (T &t, hb_priority<0>) {}
static void _do_destroy (T &t, hb_priority<0>) {}
template<typename TableType>
static bool