Opened 7 years ago
Closed 7 years ago
#11795 closed Bugs (fixed)
Incorrect version specification for documentation of thread destructor
Reported by: | 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 , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Milestone: | To Be Determined → Boost 1.60.0 |
---|
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Hrr, this is clearly an old error on the documentation. It should be VX X>=3.