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.2 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,FROM_STARTS_WITH_NUMS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:a8e6:: with SMTP id e99-v6mr21979016ioj.105.1526458999813; Wed, 16 May 2018 01:23:19 -0700 (PDT) X-Received: by 2002:a9d:830:: with SMTP id 45-v6mr1278137oty.7.1526458999622; Wed, 16 May 2018 01:23:19 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u74-v6no824349itb.0!news-out.google.com!b185-v6ni5703itb.0!nntp.google.com!u74-v6no824344itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 May 2018 01:23:19 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.240.210.249; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.240.210.249 References: <42387d28-c983-4e58-9522-815ccd1ad0fb@googlegroups.com> <6c1e643d-b826-4b8b-b61c-13c56428ed23@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1fbd0763-bed4-49f5-a1c8-51a634e89eb2@googlegroups.com> Subject: Re: little precision about anonymous access types From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Wed, 16 May 2018 08:23:19 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52367 Date: 2018-05-16T01:23:19-07:00 List-Id: I may add, that the craziest thing was to allow the very possibly of using = allocators with non-discriminant/non-parameter anonymous access (though I h= ave no idea, and it's not easy to find, where and for how long goes things = like values like my_func(new something', ...) types. Their existence, that = forbid and uselessness aside, it wouldn't be that much of a loophole. At le= ast provide a way to bind the objects' life time to something, dudes...