home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12687 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!munnari.oz.au!metro!extro.ucc.su.OZ.AU!maxtal
  3. From: maxtal@extro.ucc.su.OZ.AU (John MAX Skaller)
  4. Subject: Re: C++ 3.0 and exceptions
  5. Message-ID: <1992Aug21.011112.17870@ucc.su.OZ.AU>
  6. Sender: news@ucc.su.OZ.AU
  7. Nntp-Posting-Host: extro.ucc.su.oz.au
  8. Organization: MAXTAL P/L C/- University Computing Centre, Sydney
  9. References: <MATTHEW.92Aug19105738@matthew.ntl02.decnet.nokia.fi>
  10. Date: Fri, 21 Aug 1992 01:11:12 GMT
  11. Lines: 23
  12.  
  13. In article <MATTHEW.92Aug19105738@matthew.ntl02.decnet.nokia.fi> matthew@ntl02.decnet.nokia.fi (Matthew Faupel) writes:
  14. >Could anyone please confirm or deny the fact that exceptions as described in
  15. >Bjarne Stroustrup's 2nd edition of the C++ Programming Language are *not*
  16. >supported by v3.0 of the language?
  17. >
  18. >Follow-up question: If they are not supported, when will they be?
  19. >
  20.  
  21.     Exceptions as defined in the ARM require run-time type
  22. information, and since no one has figured out how to do that,
  23. exceptions will be on hold for a while I suspect. Maybe
  24. the exception handling mechanism will have to be modified
  25. to simplify the requirements for RTTI to a manageable level
  26. (like requiring all 'thrown' objects to be 'derived' from
  27. a fixed exception class)
  28.  
  29.  
  30.  
  31. -- 
  32. ;----------------------------------------------------------------------
  33.         JOHN (MAX) SKALLER,         maxtal@extro.ucc.su.oz.au
  34.     Maxtal Pty Ltd, 6 MacKay St ASHFIELD, NSW 2131, AUSTRALIA
  35. ;--------------- SCIENTIFIC AND ENGINEERING SOFTWARE ------------------
  36.