17 Mar
2004
17 Mar
'04
12:21 p.m.
Pete wrote:
I'm pretty convinced that there is a serious design flaw in boost::thread_group or at the very minimum, the documentation should better address the issue.
'thread_group' is totally and utterly flawed and should never have been added to Boost.Threads in the first place. Use vector< shared_ptr<thread> >.