id summary reporter owner description type status milestone component version severity resolution keywords cc 8451 missing documented function 'boost::scoped_thread::joinable' record.nctu.cis91@… viboes "I've found there is documented function: boost::scoped_thread::joinable.[[BR]] But there is no such declaration/definition in the source (boost/thread/scoped_thread.hpp). So the following code will produce compilation error saying 'joinable' is not a member of 'boost::scoped_thread<>' {{{ #include #include #include int main() { boost::scoped_thread<> foo; std::cout << std::boolalpha << foo.joinable() << std::endl; return 0; } }}}" Bugs closed Boost 1.54.0 thread Boost 1.53.0 Problem fixed thread scoped_thread joinable