home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A1216127.TXT < prev    next >
Encoding:
Text File  |  1993-11-01  |  243 b   |  5 lines

  1. This call causes a compile-time error.  The match between this
  2. call and f(int, float) is as close as the match between this call
  3. and f(float, int).  Because the argument matching algorithm cannot
  4. find a best match, this call is ambiguous.
  5.