change F14*Set::eraseInto callback arg from lvalue to rvalue
Summary: The value passed to the eraseInto beforeDestroy callback will be immediately destroyed, so it makes more sense for it to be an rvalue reference than an lvalue reference. Reviewed By: yfeldblum, shixiao Differential Revision: D7986157 fbshipit-source-id: 9dcc5371635a860033fe901aaad3a73230d652f6
Showing
Please register or sign in to comment