home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A121611.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  275 b   |  6 lines

  1. If the algorithm cannot find a single best match, the function
  2. call is ambiguous and an error is produced.  In this example, the
  3. call to max() is ambiguous because the argument matching algorithm
  4. cannot determine which of the two definitions of max() is a better
  5. match.
  6.