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: Change enum to new enum class definitions #40

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

mseng10
Copy link
Contributor

@mseng10 mseng10 commented Aug 30, 2019

When ITK is configured with the following:

  • ITK_LEGACY_REMOVE = ON

  • ITK_FUTURE_LEGACY_REMOVE = ON

  • ITK_LEGACY_SILENT = OFF

  • Module_RLEImage = ON

Build errors occur with references to older 'C' style enums. The following changes incorporate the new enum class: FileModeType and resolves such errors.

Co-Authored-By: Hans Johnson hans-johnson@uiowa.edu

Changed to reference enum class: FileModeType

Located in namespace ITK
@thewtex thewtex requested a review from dzenanz August 31, 2019 16:54
@dzenanz
Copy link
Member

dzenanz commented Sep 2, 2019

The failing test most likely ran out of memory.

@dzenanz dzenanz merged commit 4175b2f into KitwareMedical:master Sep 2, 2019
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.

2 participants