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.9 required=3.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a0c:e30b:0:b0:4aa:a21f:e2de with SMTP id s11-20020a0ce30b000000b004aaa21fe2demr5074720qvl.75.1663345850226; Fri, 16 Sep 2022 09:30:50 -0700 (PDT) X-Received: by 2002:ac8:7dd2:0:b0:35c:d968:c5d5 with SMTP id c18-20020ac87dd2000000b0035cd968c5d5mr987259qte.245.1663345850087; Fri, 16 Sep 2022 09:30:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 16 Sep 2022 09:30:49 -0700 (PDT) In-Reply-To: <23ae89d7-3f28-4f14-80bc-af794762c756n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=149.90.69.202; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 149.90.69.202 References: <6a8a1468-5148-49d7-b342-327f8eaf8097n@googlegroups.com> <23ae89d7-3f28-4f14-80bc-af794762c756n@googlegroups.com> 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: Fri, 16 Sep 2022 16:30:50 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1850 Xref: reader01.eternal-september.org comp.lang.ada:64346 List-Id: Jere, ehh.p..., thanks a lot, your complete code was very helpful. For some reason I tried to write for maps as for vectors and it did not pass. I see now some forms do pass. Sorry for the entropy. As you note, still not possible to access the Key with the "of" form. /* And the form for (C : My_Maps.Cursor) of My_Map.Iterate loop does not pass. Must be "in" */ Thanks all.