Overriding interface method without implementation

Uranuz neuranuz at gmail.com
Sun Nov 17 10:58:06 PST 2013


As far as I understand it's not a problem at compile stage but 
it's a link error. So compiler can't decide if it's error or not 
when you have function without body. But may be some keyword or 
attribute is needed to tell the compiler if this function will be 
implemented in some other way or it's just a missing body.


More information about the Digitalmars-d mailing list