.
This commit is contained in:
parent
0e32e7f153
commit
3feb2f98c9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ check_bounds :: ($$index: $T, $$count: T, loc := #caller_location) #expand {
|
|||
}
|
||||
}
|
||||
else {
|
||||
basic.assert(index >= 0 && index < count, MESSAGE, index, count -1, loc = loc);
|
||||
basic.assert(index >= 0 && index < count, MESSAGE, index, count - 1, loc = loc);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue