Feature #1852
Use "override" where appropriate
Status: | New | Start date: | 2018-11-21 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
(code hygiene)
Make use of the C++11 "override" keyword - it's a valuable one. We use it in a few places but it's more valuable the more pervasively it gets used.
History
#1 Updated by Chris Cannam about 6 years ago
- File build.log added
Attached is a build log run with the -Wsuggest-override
flag, as a starting point.