[Issue 2537] compiler crashes on this code:

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 22 08:20:00 PST 2008


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





------- Comment #2 from resume755 at mail.ru  2008-12-22 10:19 -------
(thanks to maxter)
Error can be avoided by replacement of lines on:

    enum isDynamicT = false;
    alias typeof( this ) M;
    enum width = width2;
    enum height = height2;
    enum length = width * height;
    private Element[] data;


-- 



More information about the Digitalmars-d-bugs mailing list