C++11 threading on Windows

Viewed 10187

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.

2 Answers
Related