On Mon, Jun 29, 2026 at 12:22:10PM -0400, Marek Polacek wrote:
> > --- gcc/cp/tree.cc.jj       2026-06-25 10:03:50.818436378 +0200
> > +++ gcc/cp/tree.cc  2026-06-29 18:12:56.381781909 +0200
> > @@ -4919,7 +4919,25 @@ trivially_copy_constructible_p (tree t)
> >    return is_trivially_xible (INIT_EXPR, t, arg);
> >  }
> >  
> > -/* Returns 1 iff type T is an implicit-lifetime type, as defined in
> > +/* Returns true iff FN (which is a special member function) is
> > +   an elifible special member function, as defined in [special]/6.
> 
> s/elifible/eligible/

Thanks for catching that, fixed in my copy.

        Jakub

Reply via email to