Compiler Error C2803 (Windows CE 5.0)

Send Feedback

'operator operator' must have at least one formal parameter of class

The overloaded operator lacks a parameter of class type.

The following example shows how this error might occur.

int operator+( int, int );  // error

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.