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

ION_ENUM support for more complex value expressions #62

Open
Xenation opened this issue Feb 9, 2020 · 0 comments
Open

ION_ENUM support for more complex value expressions #62

Xenation opened this issue Feb 9, 2020 · 0 comments
Assignees
Labels
enhancement An improvement to something existing high complexity Hard / time consuming medium priority Something normally important

Comments

@Xenation
Copy link
Owner

Xenation commented Feb 9, 2020

Currently the ION_ENUM macro and const expressions for enum reflection does not support some ways of defining values.
This is not supported:

ION_ENUM(Enum, u32,
    A = 1 << 4,
);
@Xenation Xenation added enhancement An improvement to something existing high complexity Hard / time consuming medium priority Something normally important labels Feb 9, 2020
@Xenation Xenation self-assigned this Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to something existing high complexity Hard / time consuming medium priority Something normally important
Projects
None yet
Development

No branches or pull requests

1 participant