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: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section. #9

Conversation

jhlegarreta
Copy link
Member

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

If legacy (pre-macro) copy and assing methods existed, subsitute them
for the ITK_DISALLOW_COPY_AND_ASSIGN macro.

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

If legacy (pre-macro) copy and assing methods existed, subsitute them
for the `ITK_DISALLOW_COPY_AND_ASSIGN` macro.
@dzenanz
Copy link
Member

dzenanz commented Apr 16, 2018

PR Testing infrastructure need an update. @thewtex @fbudin69500?

@thewtex
Copy link
Member

thewtex commented Apr 16, 2018

@dzenanz working on it...

@thewtex
Copy link
Member

thewtex commented Apr 18, 2018

PR Testing infrastructure is updated to use ITKv5 🎆

@thewtex thewtex merged commit 8be8dc6 into InsightSoftwareConsortium:master Apr 18, 2018
@jhlegarreta
Copy link
Member Author

Thansk @thewtex. This is awesome !

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

3 participants