Skip to content

Commit

Permalink
avoid ambiguity in Mul with ApplyLayout{typeof(\)}
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Feb 8, 2021
1 parent 9be6145 commit 94e590b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuasiArrays"
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
authors = ["Sheehan Olver <solver@mac.com>"]
version = "0.4.3"
version = "0.4.4"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand Down
1 change: 1 addition & 0 deletions src/matmul.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ copy(M::Mul{QuasiArrayLayout,QuasiArrayLayout}) = QuasiArray(M)
copy(M::Mul{QuasiArrayLayout}) = QuasiArray(M)
copy(M::Mul{<:Any,QuasiArrayLayout}) = QuasiArray(M)
copy(M::Mul{<:AbstractLazyLayout,QuasiArrayLayout}) = ApplyQuasiArray(M)
copy(M::Mul{ApplyLayout{typeof(\)},QuasiArrayLayout}) = ApplyQuasiArray(M)
copy(M::Mul{QuasiArrayLayout,<:AbstractLazyLayout}) = ApplyQuasiArray(M)


Expand Down

0 comments on commit 94e590b

Please sign in to comment.