Specialize hash<basic_fbstring> in correct namespaces
authorPeter Griess <pgriess@fb.com>
Fri, 31 Jan 2014 20:21:15 +0000 (12:21 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:14 +0000 (11:50 -0800)
commit075808007c5d1deae43f22fbe3f28347192f4758
tree10b1219d865470fc4af0bd9664c647368e6d4c6a
parenta66c22590a240cc609d55e6097af8eb60dd9a730
Specialize hash<basic_fbstring> in correct namespaces

Summary:
- Use the BOOST_STD_EXTENSION_NAMESPACE macro to pick the namespace to
use for hash specializations

Test Plan:
- fbconfig -r unicorn/utils/ && fbmake opt
- fbconfig -r folly && fbmake runtests
- Build in fbobjc with libc++
@override-unit-failures

Reviewed By: rajatr@fb.com

FB internal diff: D1153422

Blame Revision: D1152140
folly/String.h