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,565ee1c43df7874f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 01:10:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!fu-berlin.de!news.iucc.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: array of operations Date: Thu, 12 Sep 2002 11:01:56 +0200 Organization: Ehud Lamm Message-ID: References: <3D7E0EB1.2070708@attbi.com> <7vfzwh9dkl.fsf@vlinux.voxelvision.no> NNTP-Posting-Host: di3-60.dialin.huji.ac.il X-Trace: news.iucc.ac.il 1031818118 28518 132.64.13.60 (12 Sep 2002 08:08:38 GMT) X-Complaints-To: abuse@news.iucc.ac.il NNTP-Posting-Date: Thu, 12 Sep 2002 08:08:38 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Xref: archiver1.google.com comp.lang.ada:28850 Date: 2002-09-12T11:01:56+02:00 List-Id: > Not true. Since it is always OK to take 'Unchecked_Access of a parameter > of a tagged type in Ada 95, you generally do not need to explicitly use > "aliased". Claw uses this extensively to provide an interface which is > mostly without access types, yet internally everything is linked > together. (Claw uses finalization to prevent dangling pointers in this > case). > Sure. You can rephrase what I wrote, "You usually need to decalre aliased objects, or use 'Unchecked_Access." :-) Ehud