[Issue 4043] Class is forward referenced when looking for sizeof
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon May 10 07:45:41 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=4043
Max Samukha <samukha at voliacable.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |samukha at voliacable.com
         Resolution|                            |DUPLICATE
--- Comment #2 from Max Samukha <samukha at voliacable.com> 2010-05-10 07:45:38 PDT ---
The same as 4042
There is an error in the test-case:
- auto x = QList!(QGraphicsWidget);
+ QList!(QGraphicsWidget) x;
The corrected test-case compiles with dmd rev
http://dsource.org/projects/dmd/changeset/477
*** This issue has been marked as a duplicate of issue 4042 ***
-- 
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