[Issue 10451] New: Array of pointers to opaque struct gives forward	reference errors.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jun 23 08:42:23 PDT 2013
    
    
  
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: nobody at puremagic.com
        ReportedBy: aldacron at gmail.com
--- Comment #0 from Mike Parker <aldacron at gmail.com> 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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list