When trying to compile the following code
#include #include void foo() { std::cout << \"foo\\n\"; } int main() { st
Try MinGw builds:
http://sourceforge.net/projects/mingwbuilds/
This installer will allow you to choose whatever MinGW you want and also includes c++11 thread functionality.