Changes between Initial Version and Version 1 of Ticket #8586


Ignore:
Timestamp:
May 19, 2013, 2:11:45 PM (9 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8586

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

    initial v1  
    33I just compiled a test example:
    44
     5
     6{{{
    57#include <boost/thread/thread.hpp>
    68#include <iostream>
     
    1618    my_thread.join();
    1719}
     20}}}
     21
    1822
    1923And when my_thread.join(); calls I get an exception.