Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always compile with -Wsuggest-override not to forget
override
`override` indicates an override of a virtual method and refuses to compile in case of a signature mismatch across the inheritence hierarchy. This is especially useful when signatures change not to forget anything. Hence, we shall always use `override` whereever applicable.
- Loading branch information