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

Ensure that the types of the enums values are correct #66

Merged
merged 1 commit into from
Mar 2, 2016

Conversation

FilipeMaia
Copy link
Contributor

When the enum package is not available it's necessary to change the type of the _Enum_Type attributes inside a class derived from _Enum to match the type of the containing class (e.g. set the type of NONE inside the class ERR to ERR). Otherwise the behaviour with or without the enum package would be different.

When the enum package is not available it's necessary to change the type of the _Enum_Type attributes inside a class derived from _Enum to match the type of the containing class (e.g. set the type of NONE inside the class ERR to ERR). Otherwise the behaviour with or without the enum package would be different.
@pavanky pavanky added the bug label Mar 2, 2016
@pavanky pavanky added this to the 3.3 milestone Mar 2, 2016
pavanky added a commit that referenced this pull request Mar 2, 2016
Ensure that the types of the enums values are correct
@pavanky pavanky merged commit 64434f8 into arrayfire:devel Mar 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants