Add support for std::string in folly::Hash
authorGiuseppe Ottaviano <ott@fb.com>
Sat, 12 Sep 2015 00:37:20 +0000 (17:37 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Sat, 12 Sep 2015 01:20:17 +0000 (18:20 -0700)
commitc1be26e5844b71e2e2ce197fa71b88cd36376761
treec6c842236903f9f64eaaebcb6099f1cc55c50630
parent2e6f9c9bf56001b044e8120e2adf722e6ba44406
Add support for std::string in folly::Hash

Reviewed By: @​liviu

Differential Revision: D2436705
folly/Hash.h
folly/test/HashTest.cpp