We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524ace8 commit ca17f15Copy full SHA for ca17f15
src/StaticArrayInterface.jl
@@ -486,8 +486,8 @@ include("indexing.jl")
486
include("stridelayout.jl")
487
include("broadcast.jl")
488
489
-import Requires
490
@static if !isdefined(Base, :get_extension)
+ import Requires
491
function __init__()
492
Requires.@require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin include("../ext/StaticArrayInterfaceStaticArraysExt.jl") end
493
Requires.@require OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" begin include("../ext/StaticArrayInterfaceOffsetArraysExt.jl") end
0 commit comments