Greetings,
I\'ve recently moved out of my unix shelter to test a supposedly cross-platform networking library only to discover that mingw doesn\'t like to
Look also here: https://github.com/meganz/mingw-std-threads This is a lighter, native implementation of std::thread and others, without using the win32 port of pthreads.
These MinGW-w64 builds support C++11 threads,atomic operations etc.
- MinGW-builds are now integrated into the MinGW-w64 project
- MinGW-builds (project is old and will not be updated, see point above)
- MinGW-w64 rubenvb 64-bit and 32-bit builds
Note that MinGW-w64 is not 64-bit only, but does support it, unlike the old MinGW(.org) which is missing quite a lot of the new Vista+ APIs, and of course 64-bit support.