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.
C2667
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2667
 
     'function' : none of 'number' overload have a best conversion
 
     The specified overloaded ambiguous function call could not be
     resolved.
 
     The conversion required to match the actual parameters in the
     function call to one of the overloaded functions must be strictly
     better than the conversions required by all of the other
     overloaded functions.
                                    -♦-