j
k
j a
j l
// Compiler error // boost::thread(boost::ref(*this)); // this compiles boost::packaged_task<int> pt(boost::ref(*this));
boost::packaged_task<int> pt(boost::bind<int>(boost::ref(*this)));
Back to the thread
Back to the list