Changes between Initial Version and Version 2 of Ticket #11053
- Timestamp:
- Feb 28, 2015, 8:53:14 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11053
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #11053 – Description
initial v2 23 23 { 24 24 std::map<void const*,detail::tss_data_node>::iterator current 25 = current_thread_data->tss_data.begin() 25 = current_thread_data->tss_data.begin(); 26 26 if(current->second.func && (current->second.value!=0)) 27 27 {