On Sun, 27 Apr 2025, 17:21 Andrey Semashev via Std-Proposals, <std-proposals@lists.isocpp.org> wrote:
On 27 Apr 2025 17:21, Jonathan Wakely via Std-Proposals wrote:
>
> On Sun, 27 Apr 2025, 14:51 Julian Waters via Std-Proposals, <std-
> proposals@lists.isocpp.org <mailto:std-proposals@lists.isocpp.org>> wrote:
>
>     I do agree noexcept has gotten a bit problematic, though I have no
>     opinion on the proposal presented here. I do want to grab this
>     opportunity to say that I find it pretty ridiculous that to reap the
>     benefits of noexcept I have to mark the entire call chain all the way
>     down noexcept though.
>
> Or stop using it unnecessarily everywhere, so the code doesn't need
> handlers in every function. 

At the point where you suggest that one should not use C APIs, you make
C++ irrelevant for any real world usage. Note that C APIs are not
limited to just libc.

I never suggested anything of the sort.