Re: [PATCH] libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptr

2025-06-25 Thread Jonathan Wakely
On Wed, 25 Jun 2025 at 19:56, Jakub Jelinek wrote: > > Hi! > > The following patch attempts to implement the C++26 P2927R3 - Inspecting > exception_ptr > paper (but not including P3748R0, I plan to play with it incrementally and > it will really depend on the Constexpr exceptions patch). > > The

[PATCH] libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptr

2025-06-25 Thread Jakub Jelinek
Hi! The following patch attempts to implement the C++26 P2927R3 - Inspecting exception_ptr paper (but not including P3748R0, I plan to play with it incrementally and it will really depend on the Constexpr exceptions patch). The function template is implemented using an out of line private method