Bug 3385 – `std.string.split` requires a mutable array

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2009-10-10T05:52:00Z
Last change time
2015-06-09T01:29:41Z
Assigned to
andrei
Creator
julien

Attachments

IDFilenameSummaryContent-TypeSize
471test.dTest caseapplication/octet-stream237

Comments

Comment #0 by julien — 2009-10-10T05:52:18Z
Created attachment 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.
Comment #1 by andrei — 2009-10-10T10:36:30Z
Fix uploaded to svn. Thanks for the bug report.