It is in my Eclipse Problems view. The code compiles fine but there is an error saying "required from here
", pointing to some boost header file and to the line state_data const current_state=interlocked_compare_exchange(&state,new_state,old_state);
I don't like to have errors or warnings. Does anybody know what that is?