[Issue 2658] New: Remove EscapeString literals.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 13 07:57:59 PST 2009


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

           Summary: Remove EscapeString literals.
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au


The ability to create escape strings is a waste of the backslash character.
"hello world" \n
is not sufficiently superior to
"hello world\n"


-- 



More information about the Digitalmars-d-bugs mailing list