[Issue 4485] New: CT only arrays appear in executable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 18 19:54:29 PDT 2010


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

           Summary: CT only arrays appear in executable
           Product: D
           Version: D1
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: strtr at despam.it


--- Comment #0 from strtr at despam.it 2010-07-18 19:54:28 PDT ---
----
module main;

const char[] CT_STRING = "int i=0;";

void main(){
    mixin( CT_STRING );
}
----
The string can be found in the executable.

-- 
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