id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6845,"boost::thread,thread_group",tigeroar@…,viboes,"void remove_thread(thread* thrd) { boost::lock_guard guard(m); std::list::iterator const it=std::find(threads.begin(),threads.end(),thrd); if(it!=threads.end()) { ''' delete *it;???''' threads.erase(it); } }",Support Requests,closed,To Be Determined,thread,Boost 1.49.0,Problem,worksforme,thread,