Re: [committed] libstdc++: Make Networking TS work without gthreads [PR 89760]

2020-08-11 Thread Jonathan Wakely via Gcc-patches
On 11/08/20 16:38 +0100, Jonathan Wakely wrote: Make the experimental Networking TS code work without std::mutex and std::condition_variable. libstdc++-v3/ChangeLog: PR libstdc++/89760 * include/experimental/executor [!_GLIBCXX_HAS_GTHREADS]: (execution_context::mutex_ty

[committed] libstdc++: Make Networking TS work without gthreads [PR 89760]

2020-08-11 Thread Jonathan Wakely via Gcc-patches
Make the experimental Networking TS code work without std::mutex and std::condition_variable. libstdc++-v3/ChangeLog: PR libstdc++/89760 * include/experimental/executor [!_GLIBCXX_HAS_GTHREADS]: (execution_context::mutex_type): Define dummy mutex type. (system_cont