[cpp-threads] Web site updated

Lawrence Crowl Lawrence at Crowl.org
Wed Feb 14 04:46:52 GMT 2007


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



More information about the cpp-threads mailing list