Type system plug-ins [Was: Re: Coverity tool]

Ali Çehreli acehreli at yahoo.com
Fri Feb 12 11:56:14 PST 2010


bearophile wrote:
 > Then in C++ the syntax of final class is not nice:
 > class __attribute__((user("final"))) MyClass {

To be pedantic, C++ does not have final classes. That's a compiler 
extension.

Ali



More information about the Digitalmars-d mailing list