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

Reply via email to