home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / cplus / 16754 < prev    next >
Encoding:
Text File  |  1992-11-23  |  779 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!news
  3. From: KOCHER@nvdv.e-technik.uni-stuttgart.dbp.de (HARTMUT KOCHER)
  4. Subject: Template argument as base class
  5. Message-ID: <1992Nov20.140039.16099@news.uni-stuttgart.de>
  6. Sender: news@news.uni-stuttgart.de (USENET News System)
  7. Organization: University of Stuttgart, IND (FRG)
  8. Date: Fri, 20 Nov 1992 14:00:39 GMT
  9. X-News-Reader: VMS NEWS 1.24
  10. Lines: 12
  11.  
  12. When I use a template argument as a base class, cfront generates
  13. a "sorry, not implemented" message. 
  14. Example:
  15. template<class T>
  16. class Test : public T {
  17. ...
  18. };
  19.  
  20. Any ideas how I can workaround this until cfront is fixed? (HP-Cfront 3.0.1) 
  21. Thanks
  22. Hartmut
  23.  
  24.