You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @associate_call expects a virtual function. This condition is not well stipulated in the documentation.
The problem is generated by the method: apply_associate_annotations::inherit_annotations
Caused by (as far as I saw): A new type is generated (mock.mock_conf in the example I have presented), which tries to inherit the mock_conf type. Since mock_conf is not virtual, an error is thrown.
Hello,
The @associate_call expects a virtual function. This condition is not well stipulated in the documentation.
The problem is generated by the method:
apply_associate_annotations::inherit_annotations
Caused by (as far as I saw): A new type is generated (mock.mock_conf in the example I have presented), which tries to inherit the mock_conf type. Since mock_conf is not virtual, an error is thrown.
Code to reproduce the problem:
Is this the expected behavior? If so, why one should "expect" virtual when using @associated_call(s)?
Thank you for your support,
Cristian Sandu
The text was updated successfully, but these errors were encountered: