3. What’s New in 4.3.0 LTS

This section describes new features in Code Generator 4.3.0 LTS, compared to 4.2.0. For information on new features in releases 4.0.0, 4.1.0, and 4.2.0, which are all also part of 7.3.0 LTS, see Previous Releases.

3.1. Changed logging level of C++ version ambiguity message to avoid flagging builds

When calling Code Generator with -language C++ or without the -language parameter, Code Generator defaults to C++98 and prints a message to report ambiguity between C++98 and C++11. Previously, this message would be logged at the WARN level, which could flag the build in some systems. To avoid unnecessary flagging, the logging level has been decreased to INFO.

[RTI Issue ID CODEGENII-1889]