$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-03-17 07:21:40
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> >.