Skip to content

Commit 46fc287

Browse files
committed
ditto
1 parent b0c1644 commit 46fc287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/mir/ndslice/topology.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4146,14 +4146,14 @@ template member(string name)
41464146
/// ditto
41474147
Slice!(MemberIterator!(T*, name)) member(T)(T[] array)
41484148
{
4149-
return member!name(array.sliced);
4149+
return member(array.sliced);
41504150
}
41514151

41524152
/// ditto
41534153
auto member(T)(auto ref T withAsSlice)
41544154
if (hasAsSlice!T)
41554155
{
4156-
return member!name(withAsSlice.asSlice);
4156+
return member(withAsSlice.asSlice);
41574157
}
41584158
}
41594159

0 commit comments

Comments
 (0)