digitalmars.D.bugs - [Issue 8254] New: nested struct cannot access the types of the parent's fields
- d-bugmail puremagic.com (26/26) Jun 16 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8254
http://d.puremagic.com/issues/show_bug.cgi?id=8254 Summary: nested struct cannot access the types of the parent's fields Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-06-16 14:18:08 PDT --- DMD 2.059/2.060head struct S{ int s; struct T{ void f(){typeof(s) t;} // error } } The code should compile. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 16 2012