Changes between Initial Version and Version 3 of Ticket #6270


Ignore:
Timestamp:
Apr 8, 2012, 10:20:13 PM (11 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6270

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
    • Property Summary c++11 complicance: Add thread constructor from movable callable and movable argumentsc++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.
     1In order to be standard compliant the thread constructor should accept MovableConstructible parameters.
    22
    33"30.3.1.2       thread constructors     [thread.thread.constr]