Fix a -Wpessimizing-move warning from Clang on this code --
a std::move() isn't needed here as the object is a temporary. llvm-svn: 311430
Loading
Please register or sign in to comment
a std::move() isn't needed here as the object is a temporary. llvm-svn: 311430