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

COMP: Use and move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section. #15

Conversation

jhlegarreta
Copy link
Member

@jhlegarreta jhlegarreta commented Nov 9, 2018

Use the ITK_DISALLOW_COPY_AND_ASSIGN macro to enhance consistency across
the toolkit when disallowing the copy constructor and the assign operator.

Move the ITK_DISALLOW_COPY_AND_ASSIGN calls to public section following
the discussion in
https://discourse.itk.org/t/noncopyable

Use the `ITK_DISALLOW_COPY_AND_ASSIGN` macro to enhance consistency across
the the toolkit when disallowing the copy constructor and the assign
operator.

Move the `ITK_DISALLOW_COPY_AND_ASSIGN` calls to public section following
the discussion in
https://discourse.itk.org/t/noncopyable
@hjmjohnson hjmjohnson merged commit d75db09 into InsightSoftwareConsortium:master Nov 9, 2018
@jhlegarreta jhlegarreta deleted the UseDisallowCopyAndAssignMacro branch November 9, 2018 02:24
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