"Steven Schveighoffer" <[email protected]> wrote in news:[email protected]:
> I think it was a typo. He meant > > S1* c = new S1() > > BTW, I filed a bug report on this a while back: > > http://d.puremagic.com/issues/show_bug.cgi?id=4247 > > -Steve Yes, and the comment repeated the same typo. The whole line should have read: S1* c = new S1(); // Works, D initializes c* with S1.init I just voted for your bug report.
