On 2/13/07, Peter Dimov <pdimov at mmltd.net> wrote:
> If a is marked volatile:
>
> volatile int a;
In the current proposal, this is written
volatile atomic_int a;
The atomic functions have been carefully written to accept
either volatiles or non-volatiles.
--
Lawrence Crowl