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 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!news1.google.com!news.glorb.com!news.addix.net!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Missing features in Ada.Containers Date: Fri, 8 Oct 2004 10:49:10 +0100 Organization: BAE SYSTEMS Message-ID: <41666128$1_1@baen1673807.greenlnk.net> References: <416657E2.9050503@mailinator.com> X-Trace: news.uni-berlin.de QaZYSYTS1CEuS/JQVoS+TwQmT9AjlNSRBqsF9IZpXIWvSzoocF X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:4918 Date: 2004-10-08T10:49:10+01:00 List-Id: > 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! Hopefully, we can get an IWA for expanding the Ada.Container.* packages in an orderly fashion... Cheers -- Martin