Boost C++ Libraries: Ticket #1665: TSS won't compile with custom cleanup function due to missing cast https://svn.boost.org/trac10/ticket/1665 <p> The thread_specific_ptr takes a custom cleanup function that can be called in place of delete when the TSS data is destroyed. There is a cast missing in run_custom_cleanup_function, so this doesn't compile if T is not void. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1665 Trac 1.4.3 Anthony Williams Mon, 03 Mar 2008 08:45:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1665#comment:1 https://svn.boost.org/trac10/ticket/1665#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 with revision 43461 </p> Ticket