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

  1. A function with a signature that exactly matches the function call
  2. is used before a function template.  Therefore, you can override a
  3. template for specific data types by defining a nontemplate
  4. function.  No type promotions or conversions are allowed when a
  5. template function is called.  If there is any ambiguity in the
  6. arguments, the compiler looks instead for a nontemplate function.
  7.