Changes between Initial Version and Version 3 of Ticket #6270
- Timestamp:
- Apr 8, 2012, 10:20:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6270
- Property Owner changed from to
- Property Status new → assigned
- Property 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
-
Ticket #6270 – Description
initial v3 1 In order to be standard compliant the thread destructor should call terminate if joinable instead of detaching the thread.1 In order to be standard compliant the thread constructor should accept MovableConstructible parameters. 2 2 3 3 "30.3.1.2 thread constructors [thread.thread.constr]