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!
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!