Opened 6 years ago
Closed 5 years ago
#12976 closed Bugs (fixed)
Boost Thread Executors documentation mistakes
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.66.0 | Component: | thread |
Version: | Boost 1.63.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The include paths: #include <boost/thread/serial_executor.hpp> #include <boost/thread/generic_serial_executor.hpp>
in the reference are wrong. It should be thread/executors.
Besides for generic_serial_executor the destructor title says "Destructor ~serial_executor()" which is wrong. Besides some methods are not described at all.
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 5 years ago
Component: | Documentation → thread |
---|---|
Owner: | changed from | to
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 5 years ago
Milestone: | To Be Determined → Boost 1.66.0 |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Btw. generic_serial_executor.hpp does not exist at all and I cannot find the class boost::generic_serial_executor anywhere.