From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.7 required=3.0 tests=BAYES_00,NICE_REPLY_A, REPLYTO_WITHOUT_TO_CC,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: Non-standard functions in GNAT's Ada.Containers packages? Date: Thu, 15 Sep 2022 09:13:58 +0200 Organization: A noiseless patient Spider Message-ID: References: Reply-To: nonlegitur@notmyhomepage.de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 15 Sep 2022 07:13:59 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="b2a01143132d6d27967a537bd6cbc6cf"; logging-data="3434429"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/s+4KdUDcxE3wboW3d7LyzbLBffvI9jZk=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Cancel-Lock: sha1:0YZ6cflMpc+4+ZGtyeqrFQvJLys= In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:64331 List-Id: On 14.09.22 18:04, Egil H H wrote: > On Wednesday, September 14, 2022 at 2:36:11 PM UTC+2, G.B. wrote: >> >> I couldn't find these functions in the LRM's package specifications. > >> Am I missing something? > > They're part of Ada 2022, needed for the new container aggregate syntax. > > See, > http://www.ada-auth.org/standards/2xrm/html/RM-A-18-5.html > http://www.ada-auth.org/standards/2xrm/html/RM-4-3-5.html Thanks. As the interface of Ada's containers is chang^H^H^H^H^Hbeing improved, it seems best to have compilers for pre-202x at hand in case a program needs Ada 2005 containers or Ada 2012 containers.