Changes between Initial Version and Version 1 of Ticket #9303, comment 4
- Timestamp:
- Nov 2, 2013, 2:25:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9303, comment 4
initial v1 1 1 Anyway, I have tried to compile your example with C++11 and there are some issues. I will take a deeper look. 2 3 The line in example 6 seems suspect 4 5 {{{ 6 boost::thread task(boost::bind(&task_t::operator(), example)); 7 8 }}}