Commit 3b90d08
Use Base.promote_op() instead of Base._return_type()
return_type() is kinda broken in v1.10, see:
JuliaLang/julia#52385
In any case Base.promote_op() is the official public API for this operation so
we should use it anyway.1 parent 61c08dc commit 3b90d08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments