Changes between Initial Version and Version 2 of Ticket #11053


Ignore:
Timestamp:
Feb 28, 2015, 8:53:14 PM (8 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11053

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
  • Ticket #11053 – Description

    initial v2  
    2323{
    2424    std::map<void const*,detail::tss_data_node>::iterator current
    25         = current_thread_data->tss_data.begin()
     25        = current_thread_data->tss_data.begin();
    2626    if(current->second.func && (current->second.value!=0))
    2727    {