This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49488] [C++0x] Use 'final' for devirtualization purposes


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49488

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-06-21 16:16:22 UTC ---
Last I checked G++ supported 'final' with -std=c++98 -pedantic-errors, I don't
know if that's been fixed yet.  It's definitely useful to support it in c++98
mode, I don't care whether it's via an attribute or a virt-specifier


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]