mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 16:50:38 +00:00
[subset] Fix bot failure
This commit is contained in:
parent
c4b2950deb
commit
4332cb3376
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue