'function' : error in function declaration; skipping function body
This error occurs after another error, for member functions defined inside their class.
Example
struct s1 { s1(s1) { //error } };