[Issue 5931] keyword new insists on calling a struct's (non-zero argument) constructor--in other words, it won't allow default initialization; also postblit this(this) constructor dosen't get called f

2011-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5931 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #2

[Issue 5931] keyword new insists on calling a struct's (non-zero argument) constructor--in other words, it won't allow default initialization; also postblit this(this) constructor dosen't get called f

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5931 --- Comment #1 from Christopher the Magnificent ultimatemacfana...@gmail.com 2011-05-05 19:55:08 PDT --- This line above (5th line or so) File file; should read File* file; in other words, the member file is supposed to be a