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

Clean remote modules #19

Merged

Conversation

mseng10
Copy link
Contributor

@mseng10 mseng10 commented Mar 5, 2020

This patch fixes the failing doxygen test. For several of the new enum classes, there is an absent /ingroup thus throwing the error. In addition, this removes any delete assignments in private and moves them to public. The only file affected is: include/itkAnalyzeObjectLabelMapImageIOFactory.h. We are able to make these changes due to the new updates in C++11 which were originally not possible in C++98.

mseng10 and others added 2 commits March 3, 2020 09:47
Deleting a function affects fundamental aspects of the client
interface of a class, and hiding them in private as if they
were implementation details is unhelpful.

Unfortunately, this was historically necessary for C++98, but no
longer required with C++11.

Co-authored-by: Hans Johnson  <hans-johnson@uiowa.edu>
@hjmjohnson hjmjohnson merged commit 9ab8ca5 into InsightSoftwareConsortium:master Mar 6, 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