Drop support for deprecated associative containers
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 15 May 2017 19:31:24 +0000 (12:31 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 15 May 2017 19:36:18 +0000 (12:36 -0700)
commit7d151d2c1c702c8929b752b63017f063de2c23db
tree866e721d9bd35a7415aa88c1f6c339ecf4950cc9
parent0da40510f914e22f28dd6063e8fefa874a3b9133
Drop support for deprecated associative containers

Summary:
[Folly] Drop support for deprecated associative containers.

Namely, `__gnu_cxx::hash_set` and `__gnu_cxx::hash_map`.

Reviewed By: wqfish

Differential Revision: D5058813

fbshipit-source-id: ebbcf10765f5d06776ee8f697cfb78614a3a566c
folly/FBString.h
folly/String.h
folly/configure.ac
folly/test/AtomicHashMapTest.cpp