Re: [PATCH] libstdc++: Do not define __cpp_lib_constexpr_exceptions [PR121114]

2025-07-16 Thread Jonathan Wakely
On Wed, 16 Jul 2025 at 10:54, Tomasz Kamiński wrote: > > Do not advertise library support for constexpr exceptions, as our > solution to throwing by __throw_* functions from , > caues constant evaluation to fail, as these functions are not constexpr. > > PR libstdc++/121114 > > libstdc++-v

[PATCH] libstdc++: Do not define __cpp_lib_constexpr_exceptions [PR121114]

2025-07-16 Thread Tomasz Kamiński
Do not advertise library support for constexpr exceptions, as our solution to throwing by __throw_* functions from , caues constant evaluation to fail, as these functions are not constexpr. PR libstdc++/121114 libstdc++-v3/ChangeLog: * include/bits/version.def (constexpr_exceptio