switch the IndexType and Allocator in AtomicUnorderedInsertMap template
authorZhen (Growth) Li <lizhen@fb.com>
Wed, 4 Nov 2015 01:31:55 +0000 (17:31 -0800)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Wed, 4 Nov 2015 02:20:28 +0000 (18:20 -0800)
Summary: Our use case need to have the IndexType Configurable, but in this diff D2583752, lint error shows
  Code from folly::detail is logically private, please avoid use outside of folly.
In order to fix this lint error, I switch the IndexType and Allocator in the AtomicUnorderedInsertMap template.

Reviewed By: nbronson

Differential Revision: D2610921

fb-gh-sync-id: ae81b41e7c8c971f26c61b8c67dabeadff379584


No differences found