Opened 7 years ago

Closed 7 years ago

#11795 closed Bugs (fixed)

Incorrect version specification for documentation of thread destructor

Reported by: saboorian@… Owned by: viboes
Milestone: Boost 1.60.0 Component: thread
Version: Boost 1.59.0 Severity: Problem
Keywords: Cc:

Description

In the documentation it is specified that thread V2 will terminate if not joined. (http://www.boost.org/doc/libs/1_59_0/doc/html/thread/thread_management.html#thread.thread_management.tutorial.destructor2). but looking at

thread/detail/config.hpp

shows that this behavior is only activated on V3 and upper.

Change History (3)

comment:1 by viboes, 7 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

Hrr, this is clearly an old error on the documentation. It should be VX X>=3.

comment:3 by viboes, 7 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.