You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't tell why - even the golden ratio number for mixing is the same; make sure to cross-check against Boost 1.55, though. We still support this version for Trusty and boost-latest ppas.
@karenzshea I suspect at some point we had a std::unordered_map<std::pair<int,int>,blah> somewhere in our code - doesn't look like we do any more, so this is probably dead code.
Like @daniel-j-h said - try removing it and see if anything breaks :-)
We should keep this implementation around - while we're still on 14.04 ubuntu/1.54 boost, boost hash does not magically work for everything, such as tuples, on certain compilers that we're supporting.
As we have in https://github.com/Project-OSRM/osrm-backend/blob/c81baae1b9ae09dabfe4c09e37d97f907b735be2/include/util/std_hash.hpp
Questions
cc @daniel-j-h
The text was updated successfully, but these errors were encountered: