Getting std::thread/mutex to work under Win7 with mingw and g++ 4.7.2

前端 未结 2 1538
无人共我
无人共我 2020-12-05 10:25


Greetings,

I\'ve recently moved out of my unix shelter to test a supposedly cross-platform networking library only to discover that mingw doesn\'t like to

2条回答
  •  情歌与酒
    2020-12-05 10:46

    Look also here: https://github.com/meganz/mingw-std-threads This is a lighter, native implementation of std::thread and others, without using the win32 port of pthreads.

提交回复
热议问题