On Thu, 28 May 2026 at 14:41, Patrick Palka <[email protected]> wrote:
>
> On Thu, 28 May 2026, Patrick Palka wrote:
>
> > OK for trunk?
> >
> > -- >8 --
> >
> > This fixes the error
> >
> > .../testsuite_allocator.h:402:13: error: exception handling disabled, use 
> > ‘-fexceptions’ to enable
> >   402 |             catch(...)
> >       |             ^~~~~
> >
> > seen when running some C++23 library tests with -fno-exceptions.
>
> Huh, I wonder why we complain about this unguarded catch but not about
> the one inside uneq_allocator::allocate a few lines above...

I was just wondering that ...

Reply via email to