heterogeneous mutations for ConcurrentHashMap
Summary: This diff adds heterogeneous mutation support to ConcurrentHashMap. The gating of the allowed key types are done in `EnableHeterogeneousInsert`. `CHM::insert()` does not destructure `pair` arguments and `CHM::emplace()` does not yet attempt to identify a usable key, leaving those as future follow-ups. Reviewed By: yfeldblum Differential Revision: D25255528 fbshipit-source-id: e056db05c96d3bd29c8cbce562ecd2221884cd5f
Showing
Please register or sign in to comment