Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fully qualify std::move invocations to fix -Wunqualified-std-cast-call (
#4101) Clang implemented a warning last year to detect bare `move` and `forward` calls, as they have the potential to be error prone: llvm/llvm-project@70b1f6d. This warning should be available in clang-15. Signed-off-by: Jordan Rupprecht <rupprecht@google.com>
- Loading branch information