[Issue 6252] New: Error message of idup of array of array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 5 10:36:34 PDT 2011


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

           Summary: Error message of idup of array of array
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: diagnostic
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2011-07-05 10:31:31 PDT ---
void main() {
    int[][] mat;
    auto mat2 = mat.idup;
}


DMD 2.053 gives a bad error message:

temp.d(3): Error: undefined identifier module temp.idup

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


More information about the Digitalmars-d-bugs mailing list