
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#...
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