On Tue, Apr 18, 2023 at 09:57:35AM +0100, Jonathan Wakely wrote:
> On Mon, 17 Apr 2023 at 08:23, Jonathan Wakely via Libstdc++
> wrote:
> >
> > OK
>
> I'd like RM approval to push this C++23-only change to gcc-13 as well as
> trunk.
Ok.
Jakub
On Mon, 17 Apr 2023 at 08:23, Jonathan Wakely via Libstdc++
wrote:
>
> OK
I'd like RM approval to push this C++23-only change to gcc-13 as well as trunk.
>
> On Mon, 17 Apr 2023, 05:46 Patrick Palka via Libstdc++, <
> libstd...@gcc.gnu.org> wrote:
>
> > PR libstdc++/109525
> >
> > libst
OK
On Mon, 17 Apr 2023, 05:46 Patrick Palka via Libstdc++, <
libstd...@gcc.gnu.org> wrote:
> PR libstdc++/109525
>
> libstdc++-v3/ChangeLog:
>
> * include/std/ranges (views::_AsConst::operator()): Add
> missing const to constant_range test.
> * testsuite/std/ranges
PR libstdc++/109525
libstdc++-v3/ChangeLog:
* include/std/ranges (views::_AsConst::operator()): Add
missing const to constant_range test.
* testsuite/std/ranges/adaptors/as_const/1.cc (test02):
Improve formatting. Adjust expected type of v2.
(test0