Please consider replacing "enum" with "enum class" #234
xiaokezhou
started this conversation in
Ideas
Replies: 1 comment
-
I am labeling this ticket as an enhancement and moving it to the Ideas discussion forum where enhancements and feature requests are discussed. |
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
-
As a feature of c++ 11, "enum class" can help fixing the declaration conflicts, caused by different enumerations with same-name members.
Could you please add this feature to fastddsgen?
If fastddsgen has already supported "enum class", how can I enable it by editing the IDL file or setting the generator?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions