[Issue 447] New: frontend: writeable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 24 03:06:11 PDT 2006


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

           Summary: frontend: writeable
           Product: D
           Version: 0.170
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: thomas-dloop at kuehne.cn


DMD's frontend code assumes that string constants are implicitly convertible to
"char *". The attached sources treat string constants as "const char *". Were
the changes would require extensive modification the const_cast kludge was
used.


-- 




More information about the Digitalmars-d-bugs mailing list