AutomaticComponentToolkit icon indicating copy to clipboard operation
AutomaticComponentToolkit copied to clipboard

Out optionalclass is not generating valid code in C++ implementation.

Open alexanderoster opened this issue 5 years ago • 0 comments

If there is an out optionalclass value, the code generator creates a base result variable: IBase * pBaseHandlerInstance(nullptr);

This leads to a compile error of the implementation. The class should be the correct output class, like ISignalHandler * pBaseHandlerInstance(nullptr);

alexanderoster avatar Jun 24 '20 08:06 alexanderoster