folly::dynamic: use std::vector instead of folly::fbvector
authorAndrew Gallagher <agallagher@fb.com>
Wed, 8 Aug 2012 19:05:18 +0000 (12:05 -0700)
committerTudor Bosman <tudorb@fb.com>
Wed, 8 Aug 2012 22:40:42 +0000 (15:40 -0700)
commit192cff5da4fedc44707e34c9a7e0dc8ddc4e5eb7
tree43711b8455bb36703a2f3a6cf592a2d5dcab68fc
parent0286cb336e11fa933d4f79552e266e1e6ff88931
folly::dynamic: use std::vector instead of folly::fbvector

Summary:
It appears that std::unordered_map is no longer relocatable in
gcc-4.7.  Use std::vector instead, until fbvector supports non-
relocatable types.

Test Plan: Built and ran facebar tests under gcc-4.7.  Also ran folly unittests.

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D543099
folly/dynamic-inl.h
folly/dynamic.h