Re: [PATCH] libstdc++: Add wrapper for internal uses of std::terminate

2021-10-11 Thread Jonathan Wakely via Gcc-patches
On 08/10/21 12:23 +0100, Jonathan Wakely wrote: This adds an inline wrapper for std::terminate that doesn't add the declaration of std::terminate to namespace std. This allows the library to terminate without including all of . libstdc++-v3/ChangeLog: * include/bits/atomic_timed_wait.h:

[PATCH] libstdc++: Add wrapper for internal uses of std::terminate

2021-10-08 Thread Jonathan Wakely via Gcc-patches
This adds an inline wrapper for std::terminate that doesn't add the declaration of std::terminate to namespace std. This allows the library to terminate without including all of . libstdc++-v3/ChangeLog: * include/bits/atomic_timed_wait.h: Remove unused header. * include/bits/c++c