remove explicit transparent hasher from F14 usages with std::string key
Summary: F14 tables with a std::string key now support heterogeneous lookup by default (lookup and insert of StringPiece, std::string_view, ...). This diff removes the explicit transparent hasher and equality that used to be needed to get this behavior. folly/experimental/StringKeyedUnorderedSet and Map will be removed later, as they are unnecessary. Reviewed By: ot, luciang Differential Revision: D12905270 fbshipit-source-id: ecb990bb330866c089ba156f8be0a5b235c5574d
Showing
Please register or sign in to comment