http://d.puremagic.com/issues/show_bug.cgi?id=6256
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-08-19 20:01:49 PDT --- FWIW, map has been fixed in git HEAD to not export length with narrow strings: import std.algorithm, std.range; void main() { string narrow = "abcdef"; auto m = map!(a => a)(narrow); static assert(!hasLength!(typeof(m))); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
