Opened 11 years ago
Closed 10 years ago
#6270 closed Feature Requests (fixed)
c++11 compliance: Add thread constructor from movable callable and movable arguments
| Reported by: | viboes | Owned by: | viboes | 
|---|---|---|---|
| Milestone: | Boost 1.53.0 | Component: | thread | 
| Version: | Boost 1.48.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description (last modified by )
In order to be standard compliant the thread constructor should accept MovableConstructible parameters.
"30.3.1.2 thread constructors [thread.thread.constr]
template <class F, class ...Args> explicit thread(F&& f, Args&&... args);
Requires: F and each Ti in Args shall satisfy the MoveConstructible requirements."
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Summary: | c++11 complicance: Add thread constructor from movable callable and movable arguments → c++11 compliance: Add thread constructor from movable callable and movable arguments | 
|---|
comment:3 by , 11 years ago
| Description: | modified (diff) | 
|---|---|
| Owner: | changed from to | 
| Status: | new → assigned | 
comment:5 by , 10 years ago
| Milestone: | → Boost 1.53.0 | 
|---|
comment:6 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
Committed revision [81667].
  Note:
 See   TracTickets
 for help on using tickets.
    

Bad copy-paste :(
I meant: In order to be standard compliant the thread constructor should accept MovableConstructible parameters.