base: format hash.h
This commit is contained in:
@@ -65,10 +65,8 @@ static inline void mix(uint64_t& a, uint64_t& b, uint64_t& c) { // NOLINT
|
||||
c -= b;
|
||||
c ^= (b >> 22);
|
||||
}
|
||||
|
||||
} // namespace operations_research
|
||||
|
||||
|
||||
#endif // SWIG
|
||||
|
||||
namespace util_hash {
|
||||
|
||||
Reference in New Issue
Block a user