comp.lang.ada
 help / color / mirror / Atom feed
From: petter.fryklund@atero.se (Petter Fryklund)
Subject: Re: Visibility problems with package instantiations.....
Date: 28 Nov 2003 03:23:50 -0800
Date: 2003-11-28T03:23:50-08:00	[thread overview]
Message-ID: <95234e08.0311280323.7a5bb870@posting.google.com> (raw)
In-Reply-To: 349csv0udb5k0kuk0q99d7tm7fh5leuefu@4ax.com

Thanks Dmitry!

Now taking this further. If Gen_3 only needs a few of the parameters
of the instantiation of Inst_2 to be correct or known, wouldn't it be
nice to be able to do:

with Gen_0;
with Gen_1; -- with 200 other parameters ....
generic
   with package Inst_0 is new Gen_0 (<>);
   with package Inst_1 is new Gen_1 (Inst_0 => Inst_0, others =>
(<>));
package Gen_2 is
   .....

Regards,
Petter



  reply	other threads:[~2003-11-28 11:23 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-27 15:42 Visibility problems with package instantiations Petter Fryklund
2003-11-27 16:33 ` Dmitry A. Kazakov
2003-11-28 11:23   ` Petter Fryklund [this message]
2003-11-28 13:17     ` Dmitry A. Kazakov
2003-12-01  7:45       ` Petter Fryklund
2003-12-01  8:58         ` Dmitry A. Kazakov
2003-12-01 16:31           ` Stephen Leake
2003-12-02  9:00             ` Dmitry A. Kazakov
2003-12-02 16:20               ` Stephen Leake
2003-12-03  8:37                 ` Dmitry A. Kazakov
2003-12-03 18:09                   ` Stephen Leake
2003-12-04  9:16                     ` Dmitry A. Kazakov
2003-12-04 13:09                       ` Stephen Leake
2003-12-04 14:03                         ` Dmitry A. Kazakov
2003-12-04 19:24                         ` Randy Brukardt
2003-12-05  0:30                           ` Stephen Leake
2003-12-05  2:58                             ` Randy Brukardt
2003-12-05 14:04                               ` Stephen Leake
2003-12-05 12:14                           ` Jeff C,
2003-12-05 13:13                             ` Arnaud Charlet
2003-12-05 20:52                               ` Randy Brukardt
2003-12-05 21:10                                 ` Simon Wright
2003-12-02 17:07               ` Jeffrey Carter
2003-12-03  8:49                 ` Dmitry A. Kazakov
2003-12-02  4:25         ` Randy Brukardt
replies disabled

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