Is there anyway to use std::thread
with C++11 standard library in windows when compiling with g++ 4.5.2 in MinGW?
I'm going assume no as I've seen many things saying you have to compile with the pthreads option but I figure I'd ask anyway.
See Question&Answers more detail:os