home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A151053.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  305.7 KB  |  1 channel  |  11,025 sample rate  |  28 seconds
Transcription: Because the arguments in this call to swap have different types, the compiler cannot create a template function. The function template does not specify the type of the arguments, but it does specify that they have the same type. The non-template function is called instead. Both arguments are promoted to type float. A side effect of the promotion is that the values exchanged by the function cannot be assigned to i and j when the function ends.