Possible duplicate:How to enable the experimental features of C ++ 0x concurrency in MinGW?
my version of mingw32 (gcc version 4.5.2) does not come with the std::thread class.
std::thread
Is there a version of mingw32 that supports std::thread ?
I assume that std :: thread came from boost, so you can always use boost for this, plus it comes with many useful bits
Mingw32 is on the too conservative side as the updated compiler technology follows MinGW-w64, which is designed for both 32-bit and 64-bit architecture.
http://mingw-w64.sourceforge.net/
This limits you to Cygwin or Linux and others. Cross compiles; there is no choice for MSYS.
Source: https://habr.com/ru/post/1369570/More articles:301 Redirect problem, spaces on old URL? - http-status-code-301How to create a countdown timer using jQuery? - jqueryCalculating the angle between a horizontal and a line through two points - javascriptpython database timeout - pythonUsing browser history with jQuery - jqueryJQuery How to use the history plugin? - javascriptHow to update the cache of the second level? - javaHow to avoid opening virtual JVM window when HttpURLConnection reaches 401 - javaObjectStateManagerChanged not starting for modified objects? - c #Android card invalid API key - androidAll Articles