boost::thread & 成员函数
Posted
技术标签:
【中文标题】boost::thread & 成员函数【英文标题】:boost::thread & member function 【发布时间】:2010-07-02 09:48:21 【问题描述】:我在尝试使用 boost::thread: 时遇到了这个问题:
未解析的外部符号:
public: __thiscall boost::thread::~thread(void)
public: __thiscall boost::thread::thread(void)
有人知道吗?
【问题讨论】:
【参考方案1】:您还没有告诉您的链接器链接到 boost 线程库。没有关于编译器和平台的信息,没有人可以进一步帮助您。
【讨论】:
以上是关于boost::thread & 成员函数的主要内容,如果未能解决你的问题,请参考以下文章