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++/53613] Cannot override a inline "= default" virtual destructor.


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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-06-08 11:18:47 UTC ---
(In reply to comment #0)
> Workaround: define parent destructor outside the class definition.

Or add explicit 'noexcept' specifiers to the derived destructors.


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