2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00

Thread: Fixed windows part of 7360

[SVN r80533]
This commit is contained in:
Vicente J. Botet Escriba
2012-09-15 14:28:49 +00:00
parent a33e82af60
commit dbefae706c

View File

@@ -692,7 +692,7 @@ namespace boost
erase_tss_node(key);
}
}
else
else if(func || (tss_data!=0))
{
add_new_tss_node(key,func,tss_data);
}