Changes between Initial Version and Version 1 of Ticket #7668


Ignore:
Timestamp:
Nov 9, 2012, 8:26:19 PM (10 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7668

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
  • Ticket #7668 – Description

    initial v1  
    1 If a thread in a thread_group is not joinable and BOOST_THREAD_TRROW_IF_PRECONDITION_NOT_SATISFIED is defined, thread_group::join_all() throws invalid_argument. Since it's impossible to enumerate the threads in a thread_group, it should ensure on its own that every thread is joinable().
     1If a thread in a thread_group is not joinable and BOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED is defined, thread_group::join_all() throws invalid_argument. Since it's impossible to enumerate the threads in a thread_group, it should ensure on its own that every thread is joinable().