22 Jul
2013
22 Jul
'13
9:09 a.m.
On 21 July 2013 23:17, Tonko Juricic wrote:
Can somebody please explain what is missing in current compiler implementations?
What is preventing other libraries to have a macro like:
#ifdef _CPP11_THREAD_ #include <thread> #include <mutex> #include
#else #include #include #include #endif
Thread interruption, for a start.