On 11/13/12 3:07 PM, David Nadlinger wrote:
On Tuesday, 13 November 2012 at 22:33:51 UTC, Andrei Alexandrescu wrote:
shared int x;
...
x = 4;

You'll need to use x.load(4) instead.

You mean x.store(4)? Or am I completely misunderstanding your message?

David

Apologies, yes, store.

Andrei

Reply via email to