-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: 3.3.1
-
Fix Version/s: 3.3.2
-
Component/s: Portability
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Epic Link:
-
Sprint: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