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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,28b389d4503cb555 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: generic package dilemma Date: 1999/11/19 Message-ID: <812n28$10u$1@nnrp1.deja.com>#1/1 X-Deja-AN: 550392934 References: <80u48b$ghr$1@bunyip.cc.uq.edu.au> <3832e27f_1@news1.prserv.net> <3832E75D.5B1BA719@mail.com> <383319e8_4@news1.prserv.net> X-Http-Proxy: 1.0 x38.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Fri Nov 19 05:26:35 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-19T00:00:00+00:00 List-Id: In article <383319e8_4@news1.prserv.net>, "Matthew Heaney" wrote: > I didn't think Elaborate vs Elaborate_All made any difference > for generics. From Cohen's AAASL, p682: Well I am sure you are misreading Cohen here, because it is obvious that if you do a generic instantiation at elaboration time, the generic instance may do all sorts of function calls during is elaboration. Perhaps you are getting mixed up between a generic package and a generic instantiation. I will repeat, there is NEVER a case where pragma Elaborate is appropriate in Ada 95. Sent via Deja.com http://www.deja.com/ Before you buy.