$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86393 - trunk/libs/sync/src
From: andrey.semashev_at_[hidden]
Date: 2013-10-22 12:35:54
Author: andysem
Date: 2013-10-22 12:35:54 EDT (Tue, 22 Oct 2013)
New Revision: 86393
URL: http://svn.boost.org/trac/boost/changeset/86393
Log:
Added a reference to the TLS cleanup hooks on Windows.
Text files modified: 
   trunk/libs/sync/src/tss_windows.cpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/libs/sync/src/tss_windows.cpp
==============================================================================
--- trunk/libs/sync/src/tss_windows.cpp	Tue Oct 22 11:23:42 2013	(r86392)
+++ trunk/libs/sync/src/tss_windows.cpp	2013-10-22 12:35:54 EDT (Tue, 22 Oct 2013)	(r86393)
@@ -46,6 +46,8 @@
 
 static BOOL WINAPI init_tss(void*, void*, void**)
 {
+    windows::tss_cleanup_implemented(); // make sure the TSS cleanup hooks are linked into the executable
+
     try
     {
         tss_mgr = new tss_manager();