Changes between Initial Version and Version 1 of Ticket #9303, comment 4


Ignore:
Timestamp:
Nov 2, 2013, 2:25:40 PM (9 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9303, comment 4

    initial v1  
    11Anyway, I have tried to compile your example with C++11 and there are some issues. I will take a deeper look.
     2
     3The line in example 6 seems suspect
     4
     5{{{
     6            boost::thread task(boost::bind(&task_t::operator(), example));
     7
     8}}}