swebb2066 opened a new pull request, #637: URL: https://github.com/apache/logging-log4cxx/pull/637
This PR restricts the use of virtual inheritance to where it is required to solve the "diamond problem". Microsoft compiler-generated code for ABI 16 did not invoke the virtual `activateOptions` in the `ABI_15_Specialized_Appender` in the `OptionHandlerTest`, instead using the `append` virtual function pointer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
