[Issue 306] New: dmd 165 breaks existing code
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Aug 22 22:25:24 PDT 2006
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=306
           Summary: dmd 165 breaks existing code
           Product: D
           Version: 0.165
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P1
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: someidiot at earthlink.net
existing code that was legal with dmd.164 does not compile with 165.
void append (char[] content);
void append (char[] delegate());
these two cause an ambiguity in dmd.165 whereas they did not in dmd.164
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list