|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk