Skip to content

Instantly share code, notes, and snippets.

@ozra
Created July 4, 2015 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozra/eb66427658ab0a87963a to your computer and use it in GitHub Desktop.
Save ozra/eb66427658ab0a87963a to your computer and use it in GitHub Desktop.
errors compiling operator overloads
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