Opened 3 years ago
Closed 3 years ago
#953 closed request (fixed)
replace boost::thread with std::thread
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.18 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
It seems thread is not exposed in the public (or protected) API, which would allow us to replace all boost::thread with std::thread. If not for other reasons, it will avoid complexity linking to 3rd party libraries.
Change History (6)
comment:1 Changed 3 years ago by
comment:4 Changed 3 years ago by
Owner: | changed from Jari Häkkinen to Peter |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
In 3946: