SEAL
SEAL copied to clipboard
Removed unqualified calls to std::move
Aims to fix the flood of warnings given by Clang because of unqualified calls to std::move
.
Aims to fix the flood of warnings given by Clang because of unqualified calls to
std::move
.
Thanks for doing this. I just encountered this while building and I was considering writing a PR.