This commit is contained in:
Behdad Esfahbod 2019-04-16 11:20:16 -04:00
parent b8e763fd71
commit e03d9395aa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ struct
{
private:
// TODO Add overload to for pointer-to-member-function
// TODO Add overload to for pointer-to-member and pointer-to-member-function ala std::invoke
template <typename Appl, typename Val> auto
impl (Appl&& a, Val &&v, hb_priority<1>) const HB_AUTO_RETURN_EXPR (a (hb_forward<Val> (v)))