Compiler Error C2809

'operator symbol' has no formal parameters

The specified operator was incorrectly declared with a void parameter list.

The following is an example of this error:

int operator+ ();  // error