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: 103376,fe1400b7c31a72ce X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!t39g2000cwt.googlegroups.com!not-for-mail From: "bantchev@math.bas.bg" Newsgroups: comp.lang.ada Subject: Re: pointer to intrinsic function? Date: 5 Mar 2006 05:04:58 -0800 Organization: http://groups.google.com Message-ID: <1141563898.865365.200950@t39g2000cwt.googlegroups.com> References: <1141510052.613466.30440@v46g2000cwv.googlegroups.com> NNTP-Posting-Host: 83.148.67.84 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1141563903 25130 127.0.0.1 (5 Mar 2006 13:05:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 5 Mar 2006 13:05:03 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: t39g2000cwt.googlegroups.com; posting-host=83.148.67.84; posting-account=kJeUrgwAAADi_vX_uJ_Xq23cfBf3hVer Xref: g2news1.google.com comp.lang.ada:3270 Date: 2006-03-05T05:04:58-08:00 List-Id: Jim and Martin: Thank you both for answering. Martin Dowie wrote: > In my experience the answer is "no" [see RM 6.3.1 (11)]. Yes, that seems to be the case. Thank you for pointing me to this paragraph in the RM. Jim Rogers wrote: > Please explain your goals. Martin Dowie wrote: > Why are you worried about this? Since I can do "+"(x,y) in place of x+y (and similarly for other intrinsics) I thought I could store a pointer to "+" and use it to the same effect that one would use sin'access etc -- which one really can. Without that, I have to resort to either wrapping the intrinsics or doing case analysis -- nothing really awful but still vexing. Cheers, Boyko