#include <boost/pool/pool.hpp>
#include <iostream>
using namespace std;
using namespace boost;
struct posix_file
{
posix_file(const char* filename)
{
cout<<"open file";
}
};
void main()
{
}
只要包含#include <boost/pool/pool.hpp>就報錯提示:無法打開檔案“libboost_thread-vc110-mt-sgdp-1_55.lib”,包含其他頭檔案都正常
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/100269.html
標籤:基礎類
上一篇:PHP 多行程和多執行緒的優缺點
