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.
2 parents 0bbc0e3 + 069bf7f commit b078b3fCopy full SHA for b078b3f
docs/make.jl
@@ -12,5 +12,9 @@ makedocs(
12
)
13
14
deploydocs(
15
- repo = "github.com/JuliaArrays/StaticArrays.jl",
+ repo = "github.com/JuliaArrays/StaticArrays.jl.git",
16
+ julia = "0.6",
17
+ target = "build",
18
+ deps = nothing,
19
+ make = nothing
20
src/arraymath.jl
@@ -151,6 +151,7 @@ Return the type which values of type `T` will promote to under a combination of
151
152
```jldoctest
153
julia> import StaticArrays.arithmetic_closure
154
+
155
julia> arithmetic_closure(Bool)
156
Float64
157
0 commit comments