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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bb8516c9e7650bc8 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!aioe.org!not-for-mail From: Dennis Hoppe Newsgroups: comp.lang.ada Subject: Re: Passing an instance of a generic child as a generic parameter Date: Sun, 15 Jun 2008 14:04:34 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <17dp09yvw69tz.v0lkd9ukna30$.dlg@40tude.net> NNTP-Posting-Host: OjEKdSNGTq0XRmtaq8wt0w.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org In-Reply-To: User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) Xref: g2news1.google.com comp.lang.ada:714 Date: 2008-06-15T14:04:34+02:00 List-Id: Hello Dmitry, thank you for your explanation and for some hints to correct my implementation. Now, it works just as I planned it. Best regards, Dennis Dmitry A. Kazakov wrote: > [flipped the long code-snippet]