Skip to content

Commit 4c6e89e

Browse files
committed
fix compilatino
1 parent e92a485 commit 4c6e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/math/sum.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ template isSummable(Range, F)
19871987
unittest
19881988
{
19891989
import mir.ndslice.topology: iota;
1990-
static assert(isSummable!(typeof(iota([ulong.init])), double));
1990+
static assert(isSummable!(typeof(iota([size_t.init])), double));
19911991
}
19921992

19931993
private enum bool isCompesatorAlgorithm(Summation summation) =

0 commit comments

Comments
 (0)