home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 16135 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!pa.dec.com!src.dec.com!src.dec.com!dunkle
  3. From: dunkle@src.dec.com (David William Dunkle)
  4. Subject: Re: the deal with templates
  5. Message-ID: <1992Nov12.033812.7497@src.dec.com>
  6. Sender: news@src.dec.com (News)
  7. Organization: DEC Systems Research Center
  8. References: <1992Nov2.003252.9592@cs.brown.edu> <MATT.92Nov1211623@physics.berkeley.edu>
  9. Date: Thu, 12 Nov 92 03:38:12 GMT
  10. Lines: 17
  11.  
  12. >From: matt@physics.berkeley.edu (Matt Austern)
  13. >It certainly would be nice if compilers handled templates better than
  14. >they do; I'm sure that compiler writers are working on that.  It would
  15. >also be nice if I could get my hands on a compiler that supported
  16. >exceptions...  
  17.  
  18. I'm a very biased, but the DEC C++ compiler supports both templates (reasonably
  19. in most aspects IMHO) and exceptions. Its associated debugger, DECLadebug
  20. also provides basic support for both features. For instance, you can say:
  21.  
  22. stop in foo<int>::bar
  23.  
  24. etc.
  25.  
  26. Its only available on DEC platforms at this time.
  27.  
  28. david
  29.