From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-28 10:04:26


Felipe Magno de Almeida wrote:
> If you talk about C++ standard then nothing is guaranteed at all about
> threading, since there isnt anything in the current standard about it.
> Nor about atomic access, so atomic access is too platform specific.

Didn't I say so?
I just mentioned, that there is work going on in the standards committee
to change this. I never maintained that the current standard does say
anything about threading.

I also tried to convince the original poster, if he needs to use the
shown code, he should be aware that it's usage isn't covered by the
standard at all.

Roland