Replies: 1 comment
-
The kind of flag merging that would generate "X | Z" would be quite complex, and it is hard to say what this output should even be. I'm going to convert this into a discussion, because it's an interesting problem. But, enumeration improvements will be far easier when we get reflection in C++26. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This displays as
{"flags":5}
instead of the expected string value (eg.{"flags": "X | Z"}
)Beta Was this translation helpful? Give feedback.
All reactions