DMD 1.025 and 2.009 releases

Walter Bright newshound1 at digitalmars.com
Tue Jan 1 12:42:00 PST 2008


のしいか (noshiika) wrote:

Replace:

>     const(C) c;
>     c = new C(1); // error

with:

	const(C) c = new C(1);



More information about the Digitalmars-d-announce mailing list