C++ Logo

std-proposals

Advanced search

Re: [std-proposals] constexpr std::uncaught_exceptions

From: Jonathan Wakely <cxx_at_[hidden]>
Date: Mon, 22 Jan 2024 10:28:14 +0000
On Sun, 21 Jan 2024 at 22:43, Jan Schultke via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> I have written a proposal draft which makes some of the <exception>
> facilities constexpr.
>
> See
> https://eisenwave.github.io/cpp-proposals/constexpr-uncaught-exceptions.html
>
> Please share your thoughts :)
>

I expected to see some discussion (or at least mention) of the ABI/ODR
implications of changing current std::execption_ptr implementations to make
everything inline.

Received on 2024-01-22 10:29:32