http://d.puremagic.com/issues/show_bug.cgi?id=9141
Summary: Incorrect "more initializers than fields" error
Product: D
Version: D1
Platform: All
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis Shelomovskij <[email protected]> 2012-12-11
10:17:41 MSK ---
---
struct S {
int i;
const s = S(0); // Error: more initializers than fields of S
}
---
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------