Subj : Re: [RFC] Boost.Threads on its way to C++0x To : comp.programming.threads From : Ben Hutchings Date : Fri Apr 29 2005 02:13 am Joe Seigh wrote: > It doesn't look like any changes at the language level, so the whole > range of threading issues like word tearing, false sharing, etc... > isn't being addressed. Plus the issues that will show up with lock-free > programming like atomicity, memory visibility, compiler optimization > directives, storage attributes, etc... That's a separate proposal. See , , and archived discussions: . -- Ben Hutchings Horngren's Observation: Among economists, the real world is often a special case. .