From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,205d1b0b3133678 X-Google-Attributes: gid103376,public From: dale@cs.rmit.edu.au (Dale Stanbrough) Subject: Re: Calling generic children from their parent? Date: 1999/06/23 Message-ID: #1/1 X-Deja-AN: 492805804 References: <19990623004221.05877.00000987@ngol05.aol.com> X-Complaints-To: abuse@cs.rmit.edu.au X-Trace: emu.cs.rmit.edu.au 930113836 23833 144.205.16.58 (23 Jun 1999 04:57:16 GMT) Organization: RMIT NNTP-Posting-Date: 23 Jun 1999 04:57:16 GMT Newsgroups: comp.lang.ada Date: 1999-06-23T04:57:16+00:00 List-Id: rcollinson@aol.com wrote: > Problem: > I need to use a type in a generic parent body that is located in the generic > child specification. I am having problems instantiating the child in the > parent's body. The type is not recognized unless it is instantiated. Any > ideas? You have to instantiate all of the generics that you want to use. Maybe you have done this, but your example was not sufficient to show this. Dale