Created
July 4, 2015 10:51
-
-
Save ozra/eb66427658ab0a87963a to your computer and use it in GitHub Desktop.
errors compiling operator overloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error in ./src/quate/core-embryo.cr:530: no overload matches 'Que::Add(Float64, Float64)#/' with types Float64 | |
Overloads are: | |
- Que::Add(Float64, Float64)#/(other : Float32) | |
- Que::Add(Float64, Float64)#/(other : Float64) | |
- Que::Add(Float64, Float64)#/(other : Qam(T)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment