InsightSoftwareConsortium / ITKPerformanceBenchmarking

Real-world tests to benchmark ITK performance.
https://www.insight-journal.org/browse/publication/972
Apache License 2.0
2 stars 8 forks source link

STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE #86

Closed mseng10 closed 3 years ago

mseng10 commented 4 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.

NOTE: These changes will cause the GitHub Actions to break, because they currently build ITK v5.1.0. The errors persist with v5.1.1 as well (will update to newest version in separate PR). When tested locally against master, I get all tests to pass. The case is the same for the remaining 39 remote modules.