-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.1
-
Component/s: Portability
-
None
-
Fully Compatible
-
ALL
-
Platforms 10 (02/19/16)
GeoHash::unhash_fast is wrong on big endian (it involves a reinterpret_cast on the bytes of a long long, goes in the wrong order on big endian).
We should eventually make it correct, but for now simply using unhash_slow will do the job