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
Use 'override' in virtual methods of derived classes. (#4790)
... and clean up duplicates where a method is marked
`virtual` _and_ `override` (`override` implies `virtual).
Use of `override` informs the developer reading the code and reduces
mistakes (e.g. accidentally messing up a signature while
overridding).
Signed-off-by: Henner Zeller <[email protected]>
0 commit comments