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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.163.41 with SMTP id yf9mr21176259pab.36.1407754908776; Mon, 11 Aug 2014 04:01:48 -0700 (PDT) X-Received: by 10.140.93.181 with SMTP id d50mr528216qge.0.1407754908676; Mon, 11 Aug 2014 04:01:48 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news.glorb.com!h18no18101612igc.0!news-out.google.com!b3ni24360qac.1!nntp.google.com!j15no6241994qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 11 Aug 2014 04:01:48 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.246.135; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.246.135 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada.Containers.Indefinite_Holders in GNAT and Ada2012 From: AdaMagica Injection-Date: Mon, 11 Aug 2014 11:01:48 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:21660 Date: 2014-08-11T04:01:48-07:00 List-Id: > However I propose to add Element_Access to next RM which would return access > to the element in the container. I doubt this will happen because the access you propose may outlive the object is accesses. This is why there are reference objects.