Comment
This commit is contained in:
parent
b8e763fd71
commit
e03d9395aa
|
@ -75,7 +75,7 @@ struct
|
||||||
{
|
{
|
||||||
private:
|
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
|
template <typename Appl, typename Val> auto
|
||||||
impl (Appl&& a, Val &&v, hb_priority<1>) const HB_AUTO_RETURN_EXPR (a (hb_forward<Val> (v)))
|
impl (Appl&& a, Val &&v, hb_priority<1>) const HB_AUTO_RETURN_EXPR (a (hb_forward<Val> (v)))
|
||||||
|
|
Loading…
Reference in New Issue