Mark deleted constructors and operator= with delete keyword
Mark deleted constructors and operator= with delete
keyword.
This MR is a continuation of the work started in 4ebdc0c6 to 1b6a5c05
The detection of these lingering cases was done using the clang-tidy
tool, with the following command:
run-clang-tidy -p build-cache/ -header-filter='.*' -checks='-*,modernize-use-equals-delete' -fix
Edited by Eduardo Almeida