http://d.puremagic.com/issues/show_bug.cgi?id=10451
--- Comment #1 from Mike Parker <[email protected]> 2013-08-11 07:23:09 PDT --- I've got some new info on this. The error also occurs outside of structs if the array is initialized: ========= struct foo; void main() { foo*[] foos = []; } ========= Here's the full error spew that I get in both cases: ================== forref.d(3): Error: struct forrref.foo is forward referenced when looking for 't oHash' forref.d(3): Error: struct forrref.foo is forward referenced when looking for 'o pCmp' forref.d(3): Error: struct forrref.foo is forward referenced when looking for 't oString' forref.d(3): Error: struct forrref.foo unknown size forref.d(3): Error: struct forrref.foo no size yet for forward reference forref.d(3): Error: struct forrref.foo unknown size forref.d(3): Error: struct forrref.foo no size yet for forward reference =================== -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
