$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: williamkempf_at_[hidden]
Date: 2001-09-09 19:58:01
--- In boost_at_y..., "Peter Dimov" <pdimov_at_m...> wrote:
> #include <boost/thread/tss.hpp>
>
> int main()
> {
> boost::thread_specific_ptr<int> p;
> p.reset(new int(1));
> p.reset();
> }
>
> crashes. The problem is AFAICS in tss.cpp:112
>
> if(value && m_cleanup)
This should help me. I'll get this fixed tonight hopefully.
Bill Kempf