[Bug libstdc++/65704] Provide portable versions of std::timed_mutex and std::recursive_timed_mutex

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 28 17:38:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65704

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Making this work requires splitting <mutex> into smaller pieces so that
std::timed_mutex can depend on std::condition_variable, which depends on
std::mutex.

I'll come back to it.



More information about the Gcc-bugs mailing list