[PATCH] g++, libstdc++: implement __is_nothrow_{constructible, assignable}

Marek Polacek polacek@redhat.com
Sat Oct 24 00:07:02 GMT 2020


On Sat, Oct 24, 2020 at 03:03:51AM +0300, Ville Voutilainen via Gcc-patches wrote:
> On Sat, 24 Oct 2020 at 03:00, Marek Polacek <polacek@redhat.com> wrote:
> > > +  tree expr;
> > > +  expr = is_xible_helper (code, to, from, /*trivial*/false);
> >
> >   tree expr = is_xible_helper (code, to, from, /*trivial*/false);
> >
> > would be nicer, otherwise the front-end changes look fine, thanks.
> 
> Ha, we have the same thing in is_trivially_xible, so I'll drive-by
> change that one as well.

Please.  Thanks!

Marek



More information about the Libstdc++ mailing list