home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- 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
- From: KOCHER@nvdv.e-technik.uni-stuttgart.dbp.de (HARTMUT KOCHER)
- Subject: Template argument as base class
- Message-ID: <1992Nov20.140039.16099@news.uni-stuttgart.de>
- Sender: news@news.uni-stuttgart.de (USENET News System)
- Organization: University of Stuttgart, IND (FRG)
- Date: Fri, 20 Nov 1992 14:00:39 GMT
- X-News-Reader: VMS NEWS 1.24
- Lines: 12
-
- When I use a template argument as a base class, cfront generates
- a "sorry, not implemented" message.
- Example:
- template<class T>
- class Test : public T {
- ...
- };
-
- Any ideas how I can workaround this until cfront is fixed? (HP-Cfront 3.0.1)
- Thanks
- Hartmut
-
-