Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE #22

Conversation

mseng10
Copy link
Contributor

@mseng10 mseng10 commented Oct 16, 2020

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.

@mseng10 mseng10 force-pushed the rename-disallow-copy-and-assign branch from 1d25816 to 40e94ca Compare October 19, 2020 14:29
@mseng10 mseng10 changed the title STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE WIP:STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE Oct 19, 2020
Fixes changes made in #2053. ITK_DISALLOW_COPY_AND_ASSIGN will be used if ITK_FUTURE_LEGACY_REMOVE=OFF.
@mseng10 mseng10 force-pushed the rename-disallow-copy-and-assign branch from 40e94ca to 2b66463 Compare December 16, 2020 19:46
@mseng10 mseng10 changed the title WIP:STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE Dec 16, 2020
@hjmjohnson hjmjohnson merged commit 7a0cd1a into InsightSoftwareConsortium:master Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants