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: a07f3367d7,e55245590c829bef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "(see below)" Newsgroups: comp.lang.ada Subject: Re: Beginners question: Compound types, how-to? Date: Mon, 01 Nov 2010 12:50:50 +0100 Message-ID: References: <86wroy58ff.fsf@gareth.avalon.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: individual.net 3MgTLiZaCKv3nF3NamnVuAch3KzsG855fZkoQpPHdFnOzz4Bms Cancel-Lock: sha1:uc1dJt1gvT1uPYb6PKJBCTyrH1U= User-Agent: Microsoft-Entourage/12.23.0.091001 Thread-Topic: Beginners question: Compound types, how-to? Thread-Index: Act5w2kn5IuijdcBzkGs5/CdFQc1mg== Xref: g2news2.google.com comp.lang.ada:16070 Date: 2010-11-01T12:50:50+01:00 List-Id: On 01/11/2010 04:55, in article iale5p$2f6$1@tornado.tornevall.net, "Jeffrey Carter" wrote: > Children always have visibility into the specs of their ancestors, so you > never need to "with" said ancestors. While the first claim is true, the second does not follow, as I am given to understand it. If you need: pragma Elaborate_All(); Then you also need: with ; -- Bill Findlay chez blueyonder.co.uk