Opened 10 years ago

Closed 10 years ago

#6845 closed Support Requests (worksforme)

boost::thread,thread_group

Reported by: tigeroar@… Owned by: viboes
Milestone: To Be Determined Component: thread
Version: Boost 1.49.0 Severity: Problem
Keywords: thread Cc:

Description

void remove_thread(thread* thrd)

{

boost::lock_guard<shared_mutex> guard(m); std::list<thread*>::iterator const it=std::find(threads.begin(),threads.end(),thrd); if(it!=threads.end()) {

delete *it;???

threads.erase(it);

}

}

Change History (4)

comment:1 by viboes, 10 years ago

Type: BugsSupport Requests

Please, could you clarify the issue?

comment:2 by viboes, 10 years ago

Milestone: Boost 1.49.0To Be Determined

comment:3 by viboes, 10 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:4 by viboes, 10 years ago

Resolution: worksforme
Status: assignedclosed

Please reopen once it is clarified what is not working.

Note: See TracTickets for help on using tickets.