C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C2545
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2545
 
     'identifier' : unable to find overloaded operator
 
     The specified operator could not be used with the provided operands.
 
     An overloaded operator should be supplied with the required
     operands.
 
     This error can be caused by using the operator with operands of
     the incorrect type. Defining a conversion operator or a
     constructor that takes a single parameter may allow the operator
     to be used.
                                    -♦-