Do not give a -Wredundant-move warning when removing the move will result in an
error. If the object being moved has a move constructor and a deleted copy constructor, std::move is required, otherwise Clang will give a deleted constructor error. llvm-svn: 243463
Loading
Please register or sign in to comment