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

Commits on Apr 14, 2018

  1. COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.

    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.
    Jon Haitz Legarreta committed Apr 14, 2018
    Copy the full SHA
    3b0740f View commit details
    Browse the repository at this point in the history