Hello to all expert, why non MF cannot declared together with constant ?

void NMF()const; ---> Compile error
void MF()const; ----> OK

Thanks for your explanation.