Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence warnings on unqualified calls to std::move (#4023)
This is a new compiler warning add to at least Apple Clang. For now we're choosing to silence the warning until at least other compilers come to an agreement on whether this should be a warning. --- TYPE: IMPROVEMENT DESC: Silence warnings about unqualified calls to std::move on Apple Clang
- Loading branch information