Opened 10 years ago
Closed 10 years ago
#7283 closed Feature Requests (fixed)
C++11 compliance: Add notify_all_at_thread_exit
| Reported by: | viboes | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.52.0 | Component: | thread |
| Version: | Boost 1.51.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The following should be taken in account
void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
Attachments (1)
Change History (5)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
by , 10 years ago
| Attachment: | 7283_80241.patch added |
|---|
comment:3 by , 10 years ago
| Milestone: | To Be Determined → Boost 1.52.0 |
|---|
Note:
See TracTickets
for help on using tickets.

patch tested on only on Mac respect to [80241]. I will check it soon on Windows.