Eliminate lift_void_to_char
Summary: `std::allocator<void>::allocate` is not invocable as policy. Let folly allocators behave the same. Switch existing sites to parameterizing the allocators over `char` instead, since `std::allocator<char>::allocate` is invocable. Reviewed By: yfeldblum Differential Revision: D22986960 fbshipit-source-id: ca1ff3cb1785029b6b6f59ddc4046b1b105d8bd6
Showing
Please register or sign in to comment