home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12769 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  814 b 

  1. Path: sparky!uunet!usc!rpi!utcsri!turing.toronto.edu!mendell
  2. Newsgroups: comp.lang.c++
  3. From: mendell@turing.toronto.edu (Mark Mendell)
  4. Subject: Re: C++ 3.0 and exceptions
  5. Message-ID: <1992Aug22.215406.19455@jarvis.csri.toronto.edu>
  6. Organization: IBM Toronto Lab
  7. References: <1992Aug21.011112.17870@ucc.su.OZ.AU> <1992Aug20.224432.21822@jarvis.csri.toronto.edu> <1992Aug22.163022.5887@ucc.su.OZ.AU>
  8. Date: 23 Aug 92 01:54:06 GMT
  9. Lines: 9
  10.  
  11. C++ assumes that any types with the same name are the same type, even across
  12. separate compilation.  Therefore, it is only necessary to match types by name.
  13. THe compiler always knows the name of the objects being thrown, and those being
  14. caught.  It is necessary to do some runtime matching, but only on the names.
  15.  
  16. -- 
  17. Mark Mendell
  18. IBM Toronto Lab
  19. mendell@torolab6.vnet.ibm.com
  20.