Bill Baxter wrote: > On Mon, Oct 19, 2009 at 4:00 PM, Rainer Deyke <[email protected]> wrote: >> 'X(x)' and 'new X(x)' have distinct meanings in C++. In Java/C#/D, the >> 'new' is just line noise. > > Well, I think "new Foo" is how you create a struct on the heap in D. > So it's not exactly line noise.
I should have specified, "for classes". -- Rainer Deyke - [email protected]
