[array] Add a std::forward
This commit is contained in:
parent
c606978ee0
commit
df040de9b4
|
@ -389,7 +389,7 @@ struct hb_sorted_array_t :
|
||||||
this->length,
|
this->length,
|
||||||
sizeof (Type),
|
sizeof (Type),
|
||||||
_hb_cmp_method<T, Type, Ts...>,
|
_hb_cmp_method<T, Type, Ts...>,
|
||||||
ds...);
|
std::forward<Ts> (ds)...);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
template <typename T> inline hb_sorted_array_t<T>
|
template <typename T> inline hb_sorted_array_t<T>
|
||||||
|
|
Loading…
Reference in New Issue