mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Closes #1370
This commit is contained in:
@@ -7013,7 +7013,7 @@ We want to eliminate two particular classes of errors:
|
|||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
* Compare names in base and derived classes and flag uses of the same name that does not override.
|
* Compare virtual function names in base and derived classes and flag uses of the same name that does not override.
|
||||||
* Flag overrides with neither `override` nor `final`.
|
* Flag overrides with neither `override` nor `final`.
|
||||||
* Flag function declarations that use more than one of `virtual`, `override`, and `final`.
|
* Flag function declarations that use more than one of `virtual`, `override`, and `final`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user