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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7502ddf2c6c41330 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Missing features in Ada.Containers Date: Fri, 08 Oct 2004 14:45:46 +0200 Message-ID: <41668BFA.3050403@mailinator.com> References: <416657E2.9050503@mailinator.com> <41666128$1_1@baen1673807.greenlnk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de yjYyjuA+ILXlNHFE62gTAAnD40LdHtjrdGWRUAKXoqnSS8NLA= User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en In-Reply-To: <41666128$1_1@baen1673807.greenlnk.net> Xref: g2news1.google.com comp.lang.ada:4922 Date: 2004-10-08T14:45:46+02:00 List-Id: Martin Dowie wrote: >>Another bizarre (I suppose it was discussed in the mettings) novelty >>(but really of minor relevance as I see it) is that the "sorted maps" >>functionality is now a child package of the "sorted sets". Not only >>this requires now two instantiations to get a "sorted map" but it >>imposes the use of a "sorted set" even if you don't want one? > > > Matt is working on wording to not just have "ordered set" and "hashed map" > but also "ordered map" and "hashed set" in the AI. It is very hard to > include /every/(!) possible container type into the standard without the > size of the standard exploding to the point that most of it is taken up with > container libraries! Great. I was somewhat more surprised because Charles already had them. Of course, if all combinations were to be provided there are a lot of them. Multiply times two if you want to provide protected versions... > Hopefully, we can get an IWA for expanding the Ada.Container.* packages in > an orderly fashion...