[Issue 12434] std.algorithm.sum of immutable array too

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12434 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12434] std.algorithm.sum of immutable array too

2014-04-07 Thread d-bugmail
/6123ca33713ddd0dfcded8a46bcbef5c3e8e8a50 Fix Issue 12434 - std.algorithm.sum of immutable array too https://d.puremagic.com/issues/show_bug.cgi?id=12434 Simply uses the inference's `Unqual` type as a seed, rather than the straight up result. Also add some unittesting while at it. https://github.com/D-Programming-Language

[Issue 12434] std.algorithm.sum of immutable array too

2014-04-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12434 --- Comment #2 from monarchdo...@gmail.com 2014-04-06 13:17:38 PDT --- (In reply to comment #1) I'll look into this. Thanks. Trivial. https://github.com/D-Programming-Language/phobos/pull/2071 -- Configure issuemail:

[Issue 12434] std.algorithm.sum of immutable array too

2014-03-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12434 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---