trRouting icon indicating copy to clipboard operation
trRouting copied to clipboard

Don't use C-style casting (osrm_fetcher and elsewhere)

Open kaligrafy opened this issue 3 years ago • 1 comments

kaligrafy avatar Jul 23 '21 14:07 kaligrafy

We have several instances of the following: (int)ceil((float) (int)round((float)

We should wrap that in propre utility functions.

greenscientist avatar Nov 25 '23 16:11 greenscientist