[Issue 9207] std.array.join of immutable(string[])

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 3 20:16:42 PST 2013


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


hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx


--- Comment #1 from hsteoh at quickfur.ath.cx 2013-01-03 20:16:40 PST ---
This is because popFront() is not defined for an immutable array, so
isInputRange!(typeof(names2)) is false.

I don't know how one could get around this problem, since an immutable array
is, by definition, immutable, so popFront() cannot possibly be valid on such an
array.

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