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

  1. Notice that the template arguments are not included in the
  2. declaration of these constructors.  To include them would be an
  3. error because constructors and destructors of template classes do
  4. not use the template arguments.
  5.