[Bug c++/65856] -Wsuggest-override shall not report a warning on final method

a.volkov at rusbitech dot ru gcc-bugzilla@gcc.gnu.org
Thu Oct 13 10:32:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65856

--- Comment #12 from Alexander Volkov <a.volkov at rusbitech dot ru> ---
Sorry, it should be
struct B : A {
  virtual void f() final;
};
in the first example.


More information about the Gcc-bugs mailing list