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: a07f3367d7,b0c2a489f2bd1b17 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!j32g2000yqh.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: BC components for indefinite types? Date: Sat, 23 May 2009 02:37:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <12ce9e1b-244f-4693-b9dc-26709fd7eb3b@j32g2000yqh.googlegroups.com> References: <5c4f3064-fd12-45a8-914a-5ac0dd38f39e@b6g2000pre.googlegroups.com> NNTP-Posting-Host: 82.20.239.89 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1243071472 30672 127.0.0.1 (23 May 2009 09:37:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 23 May 2009 09:37:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j32g2000yqh.googlegroups.com; posting-host=82.20.239.89; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5985 Date: 2009-05-23T02:37:52-07:00 List-Id: On May 22, 11:55=A0pm, jpwoodruff wrote: > I'm a fan of the Ada95 Booch components and I recently find myself > wishing I could have a map of an indefinite type (and I suspect > there's a set or a bag in my future). I take this as a feature request! Always easier to be motivated if there's a user. > I have installed bc-20070822 and I have looked briefly at bc-20090226 > which does not appear to address my question. =A0There are > bc-indefinite_containers, and there are a couple of his children, but > no maps. > > Is it possible that I missed a memo? =A0Or is it up to me to piece > together the (admittedly few) items? No memo. A question for you: the current BC.Indefinite_Containers support all the forms (Bounded, Dynamic, Unbounded, Unmanaged) but I'm inclined to think that most users of indefinite containers would be satisfied with Bounded and Unmanaged. Or even further, with a new BC.Indefinite_Unmanaged_Containers tree that manages storage internally without the need for you to bother with storage pools at all. Of course, this is getting perilously close to (if not past) the point where one should just migrate to Ada.Containers!