Refactor stats to use the same type for indexes
Summary: This refactors folly/stats/* to use a single type for indexes rather than `size_t`, `int`, `unsigned int`, `uint64_t` and `int64_t` depending on where you looked. This also has the result of getting MSVC to not complain about implicit sign conversions and implicit truncations. Reviewed By: simpkins Differential Revision: D4282174 fbshipit-source-id: 8529be34dce8ad18bc64395330bbdf2cd7305be4
Showing
Please register or sign in to comment