Remove superfluous std::move calls
Summary: clang-3.7 upstream warns that these calls prevent a copy elision (-Wpessimizing-move). Reviewed By: @mzlee Differential Revision: D2366951
Showing
Please register or sign in to comment
Summary: clang-3.7 upstream warns that these calls prevent a copy elision (-Wpessimizing-move). Reviewed By: @mzlee Differential Revision: D2366951