October 10, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3385

           Summary: `std.string.split` requires a mutable array
           Product: D
           Version: 2.033
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: andrei@metalanguage.com
        ReportedBy: julien@onandon.be


--- Comment #0 from Julien Leclercq <julien@onandon.be> 2009-10-10 05:52:18 PDT ---
Created an attachment (id=471)
Test case

Hello,

    `std.string.split` requires a mutable array or fails with :

         std/range.d(515): Error: this is not mutable

    Test case attached.

Ciao,
Julian.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 10, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3385


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #1 from Andrei Alexandrescu <andrei@metalanguage.com> 2009-10-10 10:36:30 PDT ---
Fix uploaded to svn. Thanks for the bug report.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------