Undefined namespace 'boost'

后端 未结 1 1327
攒了一身酷
攒了一身酷 2021-01-29 06:43

I\'m trying an C++ small thread program but having error that i couldn\'t handle it.

The Code

#include \"Threads.h\"
#include \"Interthread.h\"


void*          


        
相关标签:
1条回答
  • 2021-01-29 07:40

    You should delete the line using namespace boost;. It doesn't appear to be needed in your program.

    0 讨论(0)
提交回复
热议问题