开发者

Is There Support for std::thread in Mingw32? [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

How to enable experimental C++0x concurrency features in MinGW?

my version of mingw32 (gcc version i开发者_开发问答s 4.5.2) does not come with the class std::thread.

Is there a version of mingw32 which supports std::thread?


I guess that std::thread came from boost, so you can always use boost for that, plus it comes with lots of useable bits


Mingw32 is on the overly conservative side, for updated compiler technology follow MinGW-w64 which targets both 32-bit and 64-bit architectures.

http://mingw-w64.sourceforge.net/

It limits you to Cygwin or Linux et al. cross compiles, there isn't a choice available for MSYS.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜