GCC std::thread not found in namespace std

前端 未结 5 1543
梦如初夏
梦如初夏 2020-12-06 16:43

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.

I find that _GLIBCXX_HAS

5条回答
  •  囚心锁ツ
    2020-12-06 17:20

    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.

提交回复
热议问题