Something needs to happen with shared, and soon.

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Tue Nov 13 15:20:34 PST 2012


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


More information about the Digitalmars-d mailing list