C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2568
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2568
 
     'identifier1' : unable to resolve function overload 'identifier2'
 
     The compiler could not unambiguously determine which of the
     specified overloaded functions to call.
 
     The actual parameters passed to the function should be cast to
     match the formal parameters listed in the declaration of one of
     the specified functions. One parameter match must be better than
     any of the other possible matches.
                                    -♦-