Boost logo

Boost :

Subject: Re: [boost] [thread] why is 'thread_group' in 'boost/thread/detail'?
From: Stefan Strasser (strasser_at_[hidden])
Date: 2013-03-03 13:12:42


Am 03.03.2013 18:58, schrieb Vicente J. Botet Escriba:
> Le 03/03/13 16:17, pavel a écrit :
>> as of 1.53 the docs say the 'thread_group' class is included by this
>> instruction:
>>
>> #include <boost/thread/thread_group.hpp>
>>
>> http://www.boost.org/doc/libs/1_53_0/doc/html/thread/thread_management.html#thread.thread_management.threadgroup
>>
>>
>> whereas the actual file is not in the 'boost/thread', but accidentally
>> is in 'boost/thread/detail'
>>
>> is that intentional?
>>
> I don't know, it was there since the beginning. Please could you fill a
> ticket, I will rename it to
>
> boost/thread/thread_group.hpp

thread/detail/thread_group.hpp is included by thread/thread.hpp, and
thread_group.hpp is never mentioned anywhere else in the documentation
except in the quoted example.
so it might have been a simple documentation error and intended to be
part of thread/thread.hpp


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk