.. true that my first try didn't fix this non-variadic variant, because we have a declarator and again we hit the commit:

struct foo
{
  template <typename Ret, typename Args>
  operator decltype(static_cast<Ret(*)(Args args)>(0)) () const;
};

Paolo.

Reply via email to