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=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5acc:0:b0:35b:b658:4af8 with SMTP id d12-20020ac85acc000000b0035bb6584af8mr31608qtd.625.1663251977810; Thu, 15 Sep 2022 07:26:17 -0700 (PDT) X-Received: by 2002:a05:620a:2844:b0:6b8:5f52:a6b5 with SMTP id h4-20020a05620a284400b006b85f52a6b5mr204836qkp.351.1663251977625; Thu, 15 Sep 2022 07:26:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 15 Sep 2022 07:26:17 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=149.90.69.202; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 149.90.69.202 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Non-standard functions in GNAT's Ada.Containers packages? From: Marius Amado-Alves Injection-Date: Thu, 15 Sep 2022 14:26:17 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64332 List-Id: > ... it seems best to have compilers for pre-202x at hand > in case a program needs Ada 2005 containers or Ada 2012 containers. (G.B.) Sorry, but is all this new stuff not backward-compatible? (Except maybe a teeny thing or two, easy to fix.) BTW, do the new containers fix map iteration? I'm always stupefied at not being possible to iterate a map like you do a vector. Thanks.