fix forwarding for hinted insert_or_assign
Summary: The hinted forms of insert_or_assign were forwarding with std::move rather than std::forward, which has the potential to elevate a non-const lvalue ref to an rvalue ref. (Note: this ignores all push blocking failures!) Reviewed By: yfeldblum Differential Revision: D21475865 fbshipit-source-id: e91e759762cf6f045c843cd7de1402953e6afb61
Showing
Please register or sign in to comment