Subj : Re: Can C++ local static objects be made thread safe? To : comp.programming.threads From : Alexander Terekhov Date : Fri Feb 04 2005 12:33 pm Marcin 'Qrczak' Kowalczyk wrote: > > Alexander Terekhov writes: > > > The thing is that not all local statics are immutable > > If they are mutable, then operations which change them need > synchronization *in adition to* initialization. And? (Now turn on the brain.) regards, alexander. .