On Tue, Oct 19, 2021 at 9:05 AM Jonathan Wakely via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > +constexpr bool > +test_copy_elision() > +{ > + return true; > +} > + > +static_assert( test_copy_elision() ); > +
This isn't much of a test :)
On Tue, Oct 19, 2021 at 9:05 AM Jonathan Wakely via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > +constexpr bool > +test_copy_elision() > +{ > + return true; > +} > + > +static_assert( test_copy_elision() ); > +
This isn't much of a test :)