Skip to content

Commit 89c1f98

Browse files
Import boundscheck from Base
1 parent e2d543a commit 89c1f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/iterators.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using .Base:
1212
@inline, Pair, AbstractDict, IndexLinear, IndexCartesian, IndexStyle, AbstractVector, Vector,
1313
tail, tuple_type_head, tuple_type_tail, tuple_type_cons, SizeUnknown, HasLength, HasShape,
1414
IsInfinite, EltypeUnknown, HasEltype, OneTo, @propagate_inbounds, Generator, AbstractRange,
15-
LinearIndices, (:), |, +, -, !==, !, <=, <, missing, map, any
15+
LinearIndices, (:), |, +, -, !==, !, <=, <, missing, map, any, @boundscheck
1616

1717
import .Base:
1818
first, last,

0 commit comments

Comments
 (0)