http://d.puremagic.com/issues/show_bug.cgi?id=5905



--- Comment #2 from bearophile_h...@eml.cc 2011-05-02 04:15:38 PDT ---
(In reply to comment #1)
> What do you suggest? "Missing value for a constant fixed array"?

This sounds better than the current error message.


Noted: currently this code is accepted:

struct Foo {}
void main() {
    const(Foo) f;
}


f is initialized to a const .init.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to