home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A16142.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  322 b   |  7 lines

  1. If the type of thrown object is const or volatile, the catch
  2. argument must also be const or volatile to match.  A const,
  3. volatile, or reference catch argument can match a nonconstant,
  4. nonvolatile, or nonreference object type.  A nonreference catch
  5. argument type will match a reference to an object of the same
  6. type.
  7.