2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 23:42:18 +00:00

Thread: Merge from trunk

[SVN r80668]
This commit is contained in:
Vicente J. Botet Escriba
2012-09-23 12:38:00 +00:00
parent 12a1c7c71c
commit 2d8852199b
14 changed files with 342 additions and 96 deletions

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);
}