[ERROR]
The specified non-member function was declared with a modifier.
void f() const; // error;
Do not use modifiers on non-member or static member functions.