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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b9a378a9a09dab87 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.216.113.70 with SMTP id z48mr948972weg.6.1346150830600; Tue, 28 Aug 2012 03:47:10 -0700 (PDT) Path: q11ni356957000wiw.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: =?ISO-8859-15?Q?Markus_Sch=F6pflin?= Newsgroups: comp.lang.ada Subject: Re: Access to procedure and generics Date: Tue, 28 Aug 2012 12:47:10 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <503ca03e$0$6567$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: MdpKeRr+sx3LK7JQiK5aNw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Date: 2012-08-28T12:47:10+02:00 List-Id: Am 28.08.2012 12:41, schrieb Georg Bauhaus: > On 28.08.12 11:46, Markus Sch�pflin wrote: >> And I'm still at a loss on how to achieve what I actually need, namely >> automatically registering a callback as soon as the generic is instantiated. > > > This question seems to be addressed by (unsafe) 'Unrestricted_Access, > which GNAT and ICC's compiler both support, IIRC. D'oh! I knew I missed something obvious. Thanks, Markus