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 ca17f15 commit fd67cf7Copy full SHA for fd67cf7
src/StaticArrayInterface.jl
@@ -488,6 +488,9 @@ include("broadcast.jl")
488
489
@static if !isdefined(Base, :get_extension)
490
import Requires
491
+end
492
+
493
+@static if !isdefined(Base, :get_extension)
494
function __init__()
495
Requires.@require StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" begin include("../ext/StaticArrayInterfaceStaticArraysExt.jl") end
496
Requires.@require OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" begin include("../ext/StaticArrayInterfaceOffsetArraysExt.jl") end
0 commit comments