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
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