JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Fix warnings in Julia v0.6 #30

Closed juliohm closed 7 years ago

juliohm commented 7 years ago

Could you please merge this simple change? It fixes the warnings in Julia v0.6 with the introduction of the where keyword.

skariel commented 7 years ago

hi thanks for the fix, the only problem I see is that it breaks Julia 0.5 compatibility... I'll merge for now but to have a new official version we should fix this