Subject: [Boost-bugs] [Boost C++ Libraries] #1665: TSS won't compile with custom cleanup function due to missing cast
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-03-03 08:26:07
#1665: TSS won't compile with custom cleanup function due to missing cast
-------------------------------------+--------------------------------------
Reporter: anthonyw | Owner: anthonyw
Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: thread
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
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.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1665>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC