C++11 introduced <thread>
in its standard draft. But MingGW-4.7 doesn't support it.
Is there any attempt to implement threads based on std::thread
which covers the lack of MingGW-4.7 ?
I want use it in my project and after upgrading the compiler, I'll just replace it with standard C++11 thread library by minor changes.