Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information