Re: [PATCH v2 00/16] libstdc++: Atomic wait/notify ABI stabilization

2025-05-30 Thread Jonathan Wakely
On Thu, 29 May 2025 at 12:12, Jonathan Wakely wrote: > > This series complete Tom's work to refactor the C++20 atomic wait/notify > code, and includes several follow-up patches from me. The goal is to > move the core implementation pieces into libstdc++.so instead of > defining everything inline i

[PATCH v2 00/16] libstdc++: Atomic wait/notify ABI stabilization

2025-05-29 Thread Jonathan Wakely
This series complete Tom's work to refactor the C++20 atomic wait/notify code, and includes several follow-up patches from me. The goal is to move the core implementation pieces into libstdc++.so instead of defining everything inline in the headers. This is a necessary step for stabilizing C++20 su