comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: GNAT GPL, generics
Date: Sun, 2 Oct 2005 11:24:36 +0200
Date: 2005-10-02T11:24:36+02:00	[thread overview]
Message-ID: <dhqr7utsr3m7$.1o7m0mifbckof.dlg@40tude.net> (raw)
In-Reply-To: 60bvjt9vl07y$.1nmt309hh2hhr.dlg@40tude.net

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



  reply	other threads:[~2005-10-02  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-02  9:15 GNAT GPL, generics Dmitry A. Kazakov
2005-10-02  9:24 ` Dmitry A. Kazakov [this message]
2005-10-02 10:06 ` Dmitry A. Kazakov
2005-10-03  8:36 ` Alex R. Mosteo
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox