我正在使用 boost 1_53 在 VS 2010 中编译。我也在使用boost的线程。
在编译期间我遇到了一堆这样的错误
c:\program files (x86)\microsoft visual studio 10.0\vc\include\ctime(18): error C2039: 'clock_t' : is not a member of '`global namespace''
所有的错误都是关于ctime
和c_time.hpp
。
我四处寻找解决方案,但没有成功。
有人可以帮忙吗?
这里是代码的一部分。
#define BOOST_THREAD_USE_DLL
#include <boost/optional.hpp>
#include <boost/thread.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>