SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Removed unqualified calls to std::move

Open harichards opened this issue 1 year ago • 1 comments

Aims to fix the flood of warnings given by Clang because of unqualified calls to std::move.

harichards avatar Mar 10 '23 15:03 harichards

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.

sthomas025 avatar May 02 '23 14:05 sthomas025