I have a sealed class, and as soon as I made it internal, I got these warnings when linking the test executable that tests the inline functions of that class:
Copy code
warning: inliner failed to obtain function declaration: <package>.<class>.<function>
Has anyone run into this before?
I could post in #general, but this is an MPP project, and I have no instinct as to whether this is a general issue or not