[cfe-dev] Following up on C++11 final and undefined-reference linker errors
Sebastian Redl
sebastian.redl at getdesigned.at
Wed Nov 30 01:02:13 PST 2011
On 30.11.2011 05:04, John McCall wrote:
> I am still totally comfortable with unconditionally rejecting the definition of a final abstract class, however.
I agree that this is the best behavior. It makes absolutely zero sense
having such a beast. We should also file a DR for that. Other languages
(Java, C#) will complain about final classes with abstract members.
Sebastian
More information about the cfe-dev
mailing list