DMD 1.025 and 2.009 releases

Jarrett Billingsley kb3ctd2 at yahoo.com
Tue Jan 1 15:06:27 PST 2008


"Walter Bright" <newshound1 at digitalmars.com> wrote in message 
news:flebgf$1pmb$1 at digitalmars.com...

> C cx;
> if (someCondition)
> cx = new C(1);
> else
> cx = new C(2);
> const(C) c = cx;

... 





More information about the Digitalmars-d-announce mailing list