InsightSoftwareConsortium / ITKTotalVariation

External Module for Total Variation Algorithms, providing wrap for https://github.com/albarji/proxTV
Apache License 2.0
10 stars 10 forks source link

STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE #40

Closed mseng10 closed 3 years ago

mseng10 commented 3 years ago

This PR fixes changes made in #2053. Essentially,ITK_DISALLOW_COPY_AND_ASSIGN has been changed to ITK_DISALLOW_COPY_AND_MOVE to more accurately convey the actions taking place. ITK_DISALLOW_COPY_AND_ASSIGN will only be used if ITK_FUTURE_LEGACY_REMOVE=OFF.