phobos/std/algorithm
Marco de Wild d93e7be91d
Improved error message when calling sum without a default value
If sum() is called, it tries to find a default value by constructing it with 0 (e.g. float(0)). This works for numbers, but produces obscure errors if the value cannot be constructed this way (e.g. issue #19525). The error message now states that the problem lies in the default value and suggests to supply one instead.
2019-12-30 16:11:55 +01:00
..
comparison.d Fix Issue 10448 - min and max are not NaN aware 2019-10-21 11:40:09 +02:00
internal.d Remove unnecessary check-and-initialize in std.alorithm.internal.rndstuff 2019-05-17 20:14:52 -04:00
iteration.d Improved error message when calling sum without a default value 2019-12-30 16:11:55 +01:00
mutation.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-08-05 08:51:49 +02:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
searching.d Fix Issue 11013 - ignoring variable inside the predicate of findSplitBefore 2019-11-14 17:32:08 +01:00
setops.d Fix Issue 10902 - some phobos unittests take an excessive amount of time 2019-11-12 20:21:03 +01:00
sorting.d Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks 2019-09-29 19:39:05 +02:00