This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword
- From: "ville.voutilainen at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Jan 2015 15:57:22 +0000
- Subject: [Bug c++/57854] Would like to have a warning for virtual overrides without C++11 "override" keyword
- Auto-submitted: auto-generated
- References: <bug-57854-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57854
--- Comment #5 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
It seems to me that
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=219213
implements the desired functionality. Can we close this bug?