[Issue 3300] New: std.string.toupper and tolower should be (const(char)[]), not string

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 4 11:58:23 PDT 2009


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

           Summary: std.string.toupper and tolower should be
                    (const(char)[]), not string
           Product: D
           Version: 2.032
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: dsimcha at yahoo.com


I can't really see why these functions would need the guarantee that no other
view of the memory could be non-const.

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