Boost C++ Libraries: Ticket #4650: tss_null.cpp does not put function is right namespace https://svn.boost.org/trac10/ticket/4650 <p> It appears that a few months ago when all the tss hook functions got moved from the global namespace to the boost namespace, that the stub tss_cleanup_implemented function in tss_null.cpp did not get moved. This caused the WinCE thread tests not to run correctly. Attached is a patch to fix tss_null. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4650 Trac 1.4.3 DaveDeakins Tue, 14 Sep 2010 21:21:41 GMT attachment set https://svn.boost.org/trac10/ticket/4650 https://svn.boost.org/trac10/ticket/4650 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-thread-tss_null.patch</span> </li> </ul> Ticket Anthony Williams Fri, 22 Oct 2010 09:58:59 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4650#comment:1 https://svn.boost.org/trac10/ticket/4650#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed on trunk, revision 66142 </p> Ticket