[Issue 7249] New: 2.058 regression: "no size yet for forward reference" when using this.init.tupleof
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 8 10:09:36 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7249
Summary: 2.058 regression: "no size yet for forward reference"
when using this.init.tupleof
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2012-01-08 10:09:34 PST ---
struct S
{
int x;
alias typeof(this.init.tupleof[0]) T;
}
This worked in 2.057, but doesn't work in DMD git head.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list