[Issue 991] New: void static array: integral constant must be scalar type, not void

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 21 12:30:55 PST 2007


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

           Summary: void static array: integral constant must be scalar
                    type, not void
           Product: D
           Version: 1.007
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: chris at dprogramming.com


I wanted to reserve some space without any particular type,

void[8] x; // DMD 1.007: Error: integral constant must be scalar type, not void


-- 



More information about the Digitalmars-d-bugs mailing list