[Issue 10203] New: std.string.toUpperInPlace is... not in place

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 29 09:53:35 PDT 2013


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

           Summary: std.string.toUpperInPlace is... not in place
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: monarchdodra at gmail.com


--- Comment #0 from monarchdodra at gmail.com 2013-05-29 09:53:34 PDT ---
As reported by manu in his talk. All in the title.

toUpperInPlace will actually allocated a new string. As a matter of fact, it
will allocate, a LOT: a new string per char.

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