Skip to content

Commit

Permalink
update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 27, 2023
1 parent 57e3843 commit 414026f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions base/multidimensional.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ module IteratorsMD
5
```
!!! compat "Julia 1.9"
!!! compat "Julia 1.10"
Using a `CartesianIndex` as a "scalar" for `broadcast` requires
Julia 1.9; in previous releases, use `Ref(I)`.
Julia 1.10; in previous releases, use `Ref(I)`.
"""
struct CartesianIndex{N} <: AbstractCartesianIndex{N}
I::NTuple{N,Int}
Expand Down

0 comments on commit 414026f

Please sign in to comment.