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=-3.2 required=3.0 tests=BAYES_00,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: Calling inherited primitive operations in Ada Date: Fri, 2 Sep 2022 16:28:43 +0200 Organization: A noiseless patient Spider Message-ID: References: <67b32db0-c4db-466c-ac13-e597e008c762n@googlegroups.com> <401d6f59-2c28-4dd5-9fa6-fccf33b6d645n@googlegroups.com> <12cc33b1-2c39-4057-8a03-623064b06e8en@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 2 Sep 2022 14:28:43 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="798f528e301120f327d89dda653e8423"; logging-data="2688170"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18uchVdho1yVvT2UbXTN56+CHO/+Qj7dv0=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Cancel-Lock: sha1:7O9RUgFad5nd+3kChdl9ZypicRM= In-Reply-To: Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:64274 List-Id: On 2022-09-02 13:20, Emmanuel Briot wrote: > > Maps are created as > > package Maps0 is new GAL.Maps.Def_Def_Unbounded > (Integer, > Element_Type => Integer, > Hash => Test_Support.Hash, > Container_Base_Type => GAL.Controlled_Base); Where is that? All I saw in my quick look were Maps, Maps.Generics, and Maps.Impl. -- Jeff Carter "Apple juice and Darvon is fantastic together." Play It Again, Sam 127