[Issue 378] New: Assertion failure: '0' on line 216 in file 'init.c'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 27 10:06:50 PDT 2006


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

           Summary: Assertion failure: '0' on line 216 in file 'init.c'
           Product: D
           Version: 0.167
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: h3r3tic at mat.uni.torun.pl


struct Ranged(T){
        T value, min, max, range;
}

typedef Ranged!(float) Degree = {0f, 0f, 360f, 360f};


void main() {
        Degree a;
}


-- 




More information about the Digitalmars-d-bugs mailing list