[Issue 2387] New: Static array terminology

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 3 03:18:05 PDT 2008


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

           Summary: Static array terminology
           Product: D
           Version: 2.019
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: samukha at voliacable.com


Static arrays have two conflicting definitions in the specs. One is any
fixed-length array (in Static Arrays section on Arrays page) and the other is
statically allocated fixed-length arrays, which narrows the previous definition
without modifying the term or introducing a new term (in the section on static
array initializers). Possible disambiguation:

any fixed-length arrays - fixed-length arrays
statically allocated fixed-length arrays - static fixed-length arrays


-- 



More information about the Digitalmars-d-bugs mailing list