Making StlAllocator<Alloc, void> usable when rebinding.
Summary: currently, StlAllocator<Alloc, void> can't be used when you want an untyped allocator that can be rebound later since it doesn't carry the SimpleAllocator pointer with it. This diff fixes that. Test Plan: unit test added Reviewed By: jon.coens@fb.com FB internal diff: D766559
Showing
Please register or sign in to comment