这两个变量是boost库里的什么类型?
谁用过boost库吗,
网上的一段代码中用到的变量,缺少头文件,望告知这两个变量是什么类型? 帮还原一下
m_spbrTgthr->wait();
m_spbrTgthr.reset(new boost::barrier(2));
m_sptrdWaveOutTgthr->join();
m_sptrdWaveOutTgthr.reset(new boost::thread(boost::bind(&CWavPlay::ThrdWaveOutTogether,this)));
[解决办法]
在"WaveOut.h"中。