4.5. Generated Code (C, Traditional C++, and Modern C++)

4.5.1. [Major] Support for int8 and uint8 in standalone types for C and C++98

Previously, there was no support for int8 and uint8 in standalone types for C and C++98; you would get a compilation error if you tried to compile the generated code in standalone mode. Now, the IDL types int8 and uint8 are supported in standalone types for C and C++98.

[RTI Issue ID CODEGENII-1940]

4.5.2. [Minor] Uncaught exception in modern C++ generated code FooPlugin.cxx

Coverity found an uncaught exception in the modern C++ generated code. As a fix, multiple catches have been added.

[RTI Issue ID CODEGENII-1728]