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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 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: -------