MinGW 4.8.1 C++11 thread support

前端 未结 2 767
情深已故
情深已故 2020-12-11 01:07

I downloaded the version of MinGW from the official website: http://sourceforge.net/projects/mingw/files/ and installed it on my Windows 7 machine.

Running g++

2条回答
  •  自闭症患者
    2020-12-11 01:55

    If I understand well, std threading is still not supported on mingw, but some mingw-w64 builds support it. Fortunately, you can still build 32-bit apps using this version of mingw.

    Here is the link for the builds.

提交回复
热议问题