Add operator== and operator!= to folly::StlAllocator
authorXiaoyang Gao <xiaoyang@fb.com>
Tue, 7 Aug 2012 01:53:02 +0000 (18:53 -0700)
committerTudor Bosman <tudorb@fb.com>
Wed, 8 Aug 2012 22:40:32 +0000 (15:40 -0700)
commit0286cb336e11fa933d4f79552e266e1e6ff88931
tree8cd699abc82c041051afdba1071f96e24d6ecc7f
parent367a8b2c6881c572e7f975d6a22a009d997e81ad
Add operator== and operator!= to folly::StlAllocator

Summary: Add operator== and operator!= to folly::StlAllocator, which are required by some other libraries.

Test Plan: Tested by running with recursive_wrapper in boost::variant, and unit tests in folly/test.

Reviewed By: delong.j@fb.com

FB internal diff: D541237
folly/StlAllocator.h