Skip to content

Commit c7fe9c8

Browse files
committed
fix issue with reference
1 parent 1b62a15 commit c7fe9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/topology.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ private auto hideStride
23042304
static if (kind == Universal)
23052305
return Slice!(Contiguous, [1], StrideIterator!Iterator)(
23062306
slice._lengths,
2307-
slice._strides[0 .. 0],
2307+
sizediff_t[0].init,
23082308
StrideIterator!Iterator(slice._strides[0], slice._iterator));
23092309
else
23102310
return slice;

0 commit comments

Comments
 (0)