Boost C++ Libraries: Ticket #1693: thread_specific_ptr::release unusable https://svn.boost.org/trac10/ticket/1693 <p> Any attempt to use thread_specific_ptr::release results in a compile error, as the call to set_tss_data passes "0" to a parameter expecting a shared_ptr. The fix is to pass a default-constructed shared_ptr instead. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1693 Trac 1.4.3 Anthony Williams Mon, 17 Mar 2008 08:36:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1693#comment:1 https://svn.boost.org/trac10/ticket/1693#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 with Revision <a class="missing ticket">#43666</a> </p> Ticket