Hi everyone!
Airbus Defence & Space
In the thread Modern C++ API - safe_enum, Sumant Tambe wrote:
Finally, section 7.12 in the specification requires the use of C++11 enum classes for C++11 compatibility. It appears not be the case in the current version of rtiddsgen. Perhaps the reason is that a static get_default() function is defined in the generated struct type that encapsulates the native enum. C++11 enum class does not have static functions. [...]