Boost C++ Libraries: Ticket #6878: Need to add tss_null.cpp file to allow thread-dependent tests to run on WinCE https://svn.boost.org/trac10/ticket/6878 <p> The tests that depend on Boost.Thread are failing to link on WinCE because automatic thread-specific storage cleanup is not implemented on WinCE. However, that isn't really important for the purposes of the test in Boost.Exception. Boost.Thread provides the tss_null.cpp file to eliminate the link error for testing purposes. I have attached a patch that includes tss_null for the relevant tests in the Boost.Exception test jamfile. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6878 Trac 1.4.3 David Deakins Tue, 08 May 2012 23:41:25 GMT attachment set https://svn.boost.org/trac10/ticket/6878 https://svn.boost.org/trac10/ticket/6878 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-exception-test-Jamfile.v2.patch</span> </li> </ul> <p> patch file </p> Ticket Emil Dotchevski Tue, 19 Jun 2012 22:30:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6878#comment:1 https://svn.boost.org/trac10/ticket/6878#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 in trunk revision 79013. </p> Ticket