Use C++11 unordered collections instead of libstdc++ extensions
authorPeter Griess <pgriess@fb.com>
Fri, 31 Jan 2014 00:15:48 +0000 (16:15 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:13 +0000 (11:50 -0800)
commitb844acfb5649de67459464ed2ae30458a3045f23
tree8a97703ce97b6df7fb8a084211e997fbdec4d100
parent16f54fab4cc2f9784d59fd4061afb47e10d3c516
Use C++11 unordered collections instead of libstdc++ extensions

Summary:
- The fbobjc builds complain about use of deprecated <ext/hash_set> and
friends, and then fail because of -Werror. Just use the C++ standard
collections.

Test Plan:
- fbconfig -r folly && fbmake runtests
- Build for iOS and Android
@override-unit-failures

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D1152140
folly/String.h