BRAINSia / BRAINSTools

A suite of tools for medical image processing focused on brain analysis
http://brainsia.github.io/BRAINSTools/
Apache License 2.0
111 stars 96 forks source link

ENH: Changed access level of deleted copy constructors and copy assignment operators. #509

Closed kian-weimer closed 3 years ago

kian-weimer commented 3 years ago

By switching the access level from private to public, programmers will be informed that the operation has been deleted instead of simply being denied access. This implements the modernize-use-equals-delete clang-tidy check. -"Deleted member function should be public"