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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc3e3a6e4f85e03f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-13 07:13:28 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: class wide object in generic package Date: 13 Jun 2002 10:07:06 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3D045767.8020102@rcs.ei.tum.de> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1023977664 19613 128.183.220.71 (13 Jun 2002 14:14:24 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 13 Jun 2002 14:14:24 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:25864 Date: 2002-06-13T14:14:24+00:00 List-Id: Robert A Duff writes: > Stephen Leake writes: > > Yes, it will have an Eval operation, but that operation will _not_ be > > visible in the generic body. > > That's not correct. My_Evaluable inherits a primitive Eval from > Evalable_Pak.Evalable, and this may be called in the generic body. > In the instance, it will call the Eval for the actual type. Sigh. I stand corrected. I should have followed my own advice and written a small example program. Oh well ... -- -- Stephe