154 Subj : Re: c++ containers in thread-local memory To : comp.programming.threads From : Phillip Jordan Date : Fri Feb 25 2005 10:55 pm awaken wrote: > Sure I can create object on the heap and keep pointer to it in TLS > But destructor for this object will never be invoked How about calling operator delete on it? ~phil . 0