Per https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines.html#c128-virtual-functions-should-specify-exactly-one-of-virtual-override-or-final only one is needed and using more is a source of redundancy and errors.
Thanks, sounds good to me. I have created this ticket: https://trac.cppcheck.net/ticket/12665
Log in to post a comment.
Per https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines.html#c128-virtual-functions-should-specify-exactly-one-of-virtual-override-or-final only one is needed and using more is a source of redundancy and errors.
Thanks, sounds good to me. I have created this ticket:
https://trac.cppcheck.net/ticket/12665