Skip to content

Commit e7d53e1

Browse files
committed
fix mir.series compilation
1 parent 6c69d82 commit e7d53e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/mir/series.d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,14 +725,14 @@ template sort(alias less = "a < b")
725725
SliceKind kind,
726726
size_t[] packs,
727727
Iterator,
728-
SliceKind indexKind,
729-
IndexIterator,
728+
SliceKind sortIndexKind,
729+
SortIndexIterator,
730730
SliceKind dataKind,
731731
DataIterator,
732732
)
733733
(
734734
Series!(IndexIterator, kind, packs, Iterator) series,
735-
Slice!(indexKind, [1], IndexIterator) indexBuffer,
735+
Slice!(sortIndexKind, [1], SortIndexIterator) indexBuffer,
736736
Slice!(dataKind, [1], DataIterator) dataBuffer,
737737
)
738738
if (packs.length == 1)

0 commit comments

Comments
 (0)