https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83932

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
We do handle the default argument in other places correctly that is we reject:
struct g
{
  int operator()(int i = 1, int j){return 0;}
};

Reply via email to