virtual
specifier should not be present if override
or final
are
#924
Labels
suggestion
Possible enhancement, open for debate
A C++ best practice is to provide exactly one of
virtual
,override
, orfinal
. This is recommended by both the C++ Core Guidelines and the Google C++ Style Guide.Documentation tooling should follow suit so as to not encourage dangerous antipatterns.
The text was updated successfully, but these errors were encountered: