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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,68536605ede13a20 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.75.170 with SMTP id d10mr4157904pbw.6.1324453506671; Tue, 20 Dec 2011 23:45:06 -0800 (PST) Path: lh20ni47127pbb.0!nntp.google.com!news1.google.com!postnews.google.com!d10g2000vbk.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: GNAT - return by anonymous access Date: Tue, 20 Dec 2011 23:29:10 -0800 (PST) Organization: http://groups.google.com Message-ID: <91845790-2447-4b2c-a6b5-1a52557c8c17@d10g2000vbk.googlegroups.com> References: <784c67eb-a542-41b0-b23d-fca1234e56b2@n10g2000vbg.googlegroups.com> <95f3b0fc-af24-4ace-afc9-227e8893ea99@n6g2000vbg.googlegroups.com> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 X-Trace: posting.google.com 1324453506 4133 127.0.0.1 (21 Dec 2011 07:45:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Dec 2011 07:45:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d10g2000vbk.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-20T23:29:10-08:00 List-Id: On 21 Dez., 01:44, Simon Belmont wrote: > It is my understanding that Ada05 has done away with 'return-by- > reference' in favor of 'return-by-anonymous-access', which would lead > me to believe that you would *have* to use them if you want to return > an allocated limited type. Hm, no, return-by-reference has been replaced by build-in-place.