FR Number | Problem Description |
---|---|
902 |
Internal TargetRTS signal named "message" conflicts with external definitions. |
Full DescriptionThe C++ Target Services Library defines an internal global signal name "message". The signal also exists in generated code. This global signal exists in the global name space and can conflict with the user's legacy code when compiling and/or linking. This global signal is not listed in the list of reserved words in the C++ Language Guide. |