Home > Back-end >  The boost abnormal
The boost abnormal

Time:09-30

#include

#include
using namespace std;
Using the namespace boost;

Struct posix_file
{
Posix_file (const char * filename)
{
Cout<" Open the file ";
}

};
Void main ()
{

}
As long as the containing # include & lt; The boost/pool/pool. Hpp> Is an error prompt: unable to open file "libboost_thread vc110 - mt - _55 SGDP - 1. The lib", contains other header files all right
  • Related