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
Add some unit tests to verify what happens with classes inherited more than once. With virtual inheritance the methods shouldn't be included more than once. Without virtual inheritance, calss to Method::call should act upon the correct sub object.
The text was updated successfully, but these errors were encountered:
Add some unit tests to verify what happens with classes inherited more than once. With virtual inheritance the methods shouldn't be included more than once. Without virtual inheritance, calss to Method::call should act upon the correct sub object.
The text was updated successfully, but these errors were encountered: