Get legalistic about use of override without virtual

This commit is contained in:
Peter Schrammel 2018-05-29 15:54:58 +01:00
parent 0f9c2023cc
commit b5dec9cfa8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Formatting is enforced using clang-format. For more information about this, see
- Make references `const` whenever possible
- Make member functions `const` whenever possible
- Do not hide base class functions
- You are encouraged to use `override`
- When overriding a virtual function, use `override` (without `virtual`)
- Single argument constructors must be `explicit`
- Avoid implicit conversions
- Avoid `friend` declarations