D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3385 - `std.string.split` requires a mutable array
Summary: `std.string.split` requires a mutable array
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: Andrei Alexandrescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-10 05:52 UTC by Julien Leclercq
Modified: 2015-06-09 01:29 UTC (History)
0 users

See Also:


Attachments
Test case (237 bytes, application/octet-stream)
2009-10-10 05:52 UTC, Julien Leclercq
Details

Note You need to log in before you can comment on or make changes to this issue.
Description Julien Leclercq 2009-10-10 05:52:18 UTC
Created attachment 471 [details]
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.
Comment 1 Andrei Alexandrescu 2009-10-10 10:36:30 UTC
Fix uploaded to svn. Thanks for the bug report.