Skip to content

Commit 21a27e9

Browse files
committed
fixup
1 parent 86e075e commit 21a27e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/mir/bignum/low_level_view.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ struct BigUIntView(W)
115115
else
116116
static if (W.sizeof > size_t.sizeof)
117117
{
118-
return lightConst.opCast!(BigUIntView!size_t).opCast!T;
118+
return lightConst.opCast!(BigUIntView!(const size_t)).opCast!T;
119119
}
120120
else
121121
{

0 commit comments

Comments
 (0)