I am using GCC 4.5.0 with the Eclipse IDE (if that matters) on Windows via MinGW.
I\'m using the -std=c++0x flag.
-std=c++0x
I find that _GLIBCXX_HAS
_GLIBCXX_HAS
What does one do to get C++0x threading support with GCC?
Use Boost? Seriously http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html claims threads aren't complete even in mainline head so it isn't going to be in any current release.