Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!NSFNET-RELAY.AC.UK!gordon%stats.ucl.ac.uk From: gordon%stats.ucl.ac.uk@NSFNET-RELAY.AC.UK (Gordon Joly) Newsgroups: gnu.g++.lib.bug Subject: Re: Some new problems using genclass Message-ID: <8906201342.AA09632@AENEAS.MIT.EDU> Date: 20 Jun 89 13:31:24 GMT References: <8906201059.AA15817@sigyn.idt.unit.no> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 You need a class prototype. So "genclass String val Set" uses String.cc String.hP and Set.ccP Set.hP. If you read these you will see that is replaced by "int" for example. Gordon.