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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7cf1a45a698eee91 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!news.germany.com!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: GNAT GPL, generics Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <60bvjt9vl07y$.1nmt309hh2hhr.dlg@40tude.net> Date: Sun, 2 Oct 2005 11:24:36 +0200 Message-ID: NNTP-Posting-Date: 02 Oct 2005 11:24:36 MEST NNTP-Posting-Host: cf43c769.newsread2.arcor-online.net X-Trace: DXC=IS?\lX1P`i4c]9?QGJT=S2Q5U85hF6f;4jW\KbG]kaM8GSi?jHD8GO0L86BA9B_9U;[6LHn;2LCV>I^><>f3dFY:Zf>kHKmGm7: X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:5334 Date: 2005-10-02T11:24:36+02:00 List-Id: On Sun, 2 Oct 2005 11:15:08 +0200, Dmitry A. Kazakov wrote: > generic > with package A (<>); > with package B (A.Something); > package C is I mean: generic with package AA is new A (<>); with package BB is new (AA.Something); package C is -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de