This is the mail archive of the gcc-help@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]

Re: C++11 final classes


On 14 October 2013 10:25, Florian Weimer wrote:
> Are C++11 final classes really final, or is it still possible to define a
> derived class through some hack without violating language rules?
>
> It seems we devirtualize calls to virtual members of final classes in some
> cases, so I assume final is really final, but I'm not sure. :-)

It's intended to be really final, so devirtualization is allowed.


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