$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Terekhov (terekhov_at_[hidden])
Date: 2003-01-09 12:43:57
Peter Dimov wrote:
>
> From: "William E. Kempf" <wekempf_at_[hidden]>
> >
> > (Remember that the new thread design is Copyable and Assignable.)
>
> That's news to me. :-)
>
> http://listarchives.boost.org/MailArchives/boost/msg41451.php
>
> "class BOOST_THREAD_DECL thread : private noncopyable"
Not only to you.
http://groups.google.com/groups?selm=3E1C9A86.30F0FF41%40web.de
(Subject: Re: Next revision of boost::thread)
"< This is a sort of FYI with just a few comments added. The
OP can be found somewhere-in-the-moderated-boost-universe. >
....
> class BOOST_THREAD_DECL thread : private noncopyable
pthread_t IS >>copyable<<. The C++ "version" just ought to
be thread_ptr<>/joinable_thread_ptr<> (current_thread_ptr
aside for a moment).
...."
regards,
alexander.