Files
osrm-backend/include
Michael Bell b840c0be95 Fix bit-shift overflow in MLD partition step for Windows builds
For very large graphs, generation of MLD level masks fail on Windows
due to bit shift overflow of unsigned long values.

Correct by using unsigned long long literals, which are 64 bit on
all major systems.
2020-11-08 03:51:11 +00:00
..
2020-08-20 11:54:02 +03:00
2019-08-26 11:09:38 +03:00
2020-08-20 11:54:02 +03:00
2020-08-20 11:54:02 +03:00