Add hasher specializations for enums, pairs and tuples
Summary: This diff adds partial specializations of folly::hasher for enum types, std::pair and std::tuple. We also restrict the specialization for folly::Range to POD value types. Reviewed By: @ot, @ddrcoder Differential Revision: D2285554
Showing
Please register or sign in to comment