Opened 7 years ago
Closed 7 years ago
#11494 closed Bugs (fixed)
boost::this_thread::yield() is marked as deprecated in the synopsis
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.61.0 | Component: | thread |
Version: | Boost 1.58.0 | Severity: | Cosmetic |
Keywords: | thread yield deprecated | Cc: |
Description
In http://www.boost.org/doc/libs/1_58_0/doc/html/thread/thread_management.html, the synopsis contains:
namespace boost { namespace this_thread { void yield() noexcept; // DEPRECATED } }
However only the static member function of boost::thread seems to be deprecated, following the link http://www.boost.org/doc/libs/1_58_0/doc/html/thread/thread_management.html#thread.thread_management.this_thread.yield one finds no hint of deprecation.
Change History (6)
comment:1 by , 7 years ago
Component: | Documentation → thread |
---|---|
Owner: | changed from | to
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Severity: | Optimization → Cosmetic |
---|
comment:4 by , 7 years ago
comment:5 by , 7 years ago
Milestone: | To Be Determined → Boost 1.61.0 |
---|
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
You are right. It is not deprecated.