home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A151052.TXT < prev    next >
Encoding:
Text File  |  1993-09-29  |  171 b   |  4 lines

  1. This call to swap() invokes the nontemplate definition, instead of
  2. the template function, because the call matches the signature of
  3. the nontemplate definition exactly.
  4.