标签: c++ eclipse macos c++11 installation
我正试图在我的eclipse上使用C ++ 11(使用mac);我已经将gcc升级到4.7并在下面的图片中编写了简单的代码。如您所见,
thread t1(call_from_thread); t1.join();
并且
#include <thread>
尽管存在错误/警告,但仍会编译并运行。我想知道为什么我仍然会遇到这些错误?
注意:
谢谢