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.

Reply via email to