Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this error would be emitted when compiling with g++6 ``` /pebblesdb/src/db/db_test.cc: In function ‘void leveldb::print_timer_info(std::__cxx11::string, uint64_t, uint64_t)’: /pebblesdb/src/db/db_test.cc:2237:25: error: call of overloaded ‘abs(uint64_t)’ is ambiguous uint64_t diff = abs(a-b); ```
- Loading branch information