(folly) have Try::moveFromTry take an lvalue
Summary: This is a case of having to say what you're doing twice, and it's unnecessary. This change should not break anything as calling `std::move(lvalue)` where an lvalue reference is expected will just be superfluous. Reviewed By: @jsedgwick Differential Revision: D2534944 fb-gh-sync-id: fdcd168f369d95b0f28abe23b401b4321f51fc36
Showing
Please register or sign in to comment