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,bd40601768eaf8fd X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Array of Variant Records Question... Date: 1999/09/11 Message-ID: <7rcbjg$a86$1@nnrp1.deja.com>#1/1 X-Deja-AN: 523590347 References: <7r5vh3$imu1@svlss.lmms.lmco.com> <37d6a45c@news1.prserv.net> <37d6ccb6@news1.prserv.net> <7r77i8$i08$1@nnrp1.deja.com> <37d7c116@news1.prserv.net> <7r8t21$ov5$1@nnrp1.deja.com> <37d822a1@news1.prserv.net> <37D96905.2D10D264@rational.com> X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Sat Sep 11 01:34:40 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-11T00:00:00+00:00 List-Id: In article <37D96905.2D10D264@rational.com>, Mark Lundquist wrote: > Matthew Heaney wrote: > > > In article <7r8t21$ov5$1@nnrp1.deja.com> , Robert Dewar > > wrote: > > > > >> 2) the ability to cast away const w/o using > > > Sys.Addr_To_Acc_Convs > > > > > > Sorry, no idea what this means > > > > To be able to modify an in-mode subprogram parameter. Essentially, what ACT > > did to implement the function Random in GNAT. > > > > I'm not familiar with GNAT (I know, you were answering Dewar...) No, but you are familiar with Ada 95 :-) You have a look at the spec of random, and see if you can figure out any reasonable way to implement it in pure Ada, I certainly can't! Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.