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

           Summary: Array of pointers to opaque struct gives forward
                    reference errors.
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Mike Parker <[email protected]> 2013-06-23 08:42:23 PDT ---
struct foo;

struct bar {
    foo*[] foos;
}

The error only occurs when the array is declared as a struct field. When
declared as a class member or in a function, there is no error.

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

Reply via email to