Changes between Initial Version and Version 1 of Ticket #8586
- Timestamp:
- May 19, 2013, 2:11:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8586
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #8586 – Description
initial v1 3 3 I just compiled a test example: 4 4 5 6 {{{ 5 7 #include <boost/thread/thread.hpp> 6 8 #include <iostream> … … 16 18 my_thread.join(); 17 19 } 20 }}} 21 18 22 19 23 And when my_thread.join(); calls I get an exception.