fbstring: Fix std::hash specializations for non-char types
authorTavian Barnes <tavianator@tavianator.com>
Thu, 14 Jul 2016 18:11:22 +0000 (11:11 -0700)
committerFacebook Github Bot 1 <facebook-github-bot-1-bot@fb.com>
Thu, 14 Jul 2016 18:23:31 +0000 (11:23 -0700)
commit78890b3f9ceac28d74c3382767f9c7bdf16b4542
tree99177b3fa2d437aa223ca41d3b08fbc51af7f7ac
parent9be1d48f835b80fef5a4a2e66763d9cbec679277
fbstring: Fix std::hash specializations for non-char types

Summary: Closes https://github.com/facebook/folly/pull/407

Reviewed By: ot

Differential Revision: D3428571

Pulled By: Orvid

fbshipit-source-id: 0b82afae2df24803250e8d6005e2e59bbc8348c9
folly/FBString.h
folly/test/FBStringTest.cpp