$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [thread] NULL cleanup routine for thread_specific_pointer
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-01-21 13:28:15
There was a post in 2008
(http://listarchives.boost.org/boost-users/2008/05/36589.php) about using a NULL
cleanup function for thread_specific_ptr, but no response to the issue.
It appears that there is now a special case in the code for
thread_specific_ptr to not call NULL cleanup functions; is this official
(and thus can be relied upon)? I did not see it mentioned in the
documentation.
-- Jeremiah Willcock