Migrating to Shared

Jarrett Billingsley jarrett.billingsley at gmail.com
Tue May 12 11:30:13 PDT 2009


On Tue, May 12, 2009 at 1:47 PM, Walter Bright
<newshound1 at digitalmars.com> wrote:
> I wrote a brief article which should help:
>
> http://www.digitalmars.com/d/2.0/migrate-to-shared.html
>

A couple typos:

// should be immutable int[3], no?
immutable table[3] x = [6, 123, 0x87];

// no type
__gshared x;



More information about the Digitalmars-d mailing list