-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Enum comparison without a + operator #82
Comments
I tried to define
This seems to work. Am I thinking along the correct lines? |
Every way I know (knew) of avoiding the I grant that I may have missed something. Have you run the tests with your modification? |
|
All errors I see are in the |
So, just for the reference, cause I don't really know what I'm doing, I added the following lines:
|
Is it possible to avoid the plus operator for the comparisons between an
Enum
andEnum::_enumerated
?The text was updated successfully, but these errors were encountered: