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,70414f56d810c10c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.11.199 with SMTP id s7mr13337440pbb.5.1316881266795; Sat, 24 Sep 2011 09:21:06 -0700 (PDT) Path: lh7ni4029pbb.0!nntp.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!feedme.ziplink.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: discriminant questions Date: Sat, 24 Sep 2011 17:21:05 +0100 Organization: A noiseless patient Spider Message-ID: References: <9f37b726-d80b-4d24-bf3f-28a14255f7fd@s20g2000yql.googlegroups.com> <148cxoyabima2.16mz6xwdph2hj.dlg@40tude.net> <01a1374f-59ab-40be-9e39-0640cb2a513d@n35g2000yqf.googlegroups.com> <1fp2o673mu9az$.d9loz1zbcl0d.dlg@40tude.net> <14tiipigyejtc$.hyp7e82egqwq$.dlg@40tude.net> <34d856bd-19a3-4bbf-b9d8-c0f100000ef4@k7g2000vbd.googlegroups.com> <1tpl2pc36ptr4$.txv4v3wmkjlm.dlg@40tude.net> <1malv6h6q31j3.uz9ws5j0glnm.dlg@40tude.net> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="28954"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX180QVXbdtgCZEFtHyE5g+P+VNq2fAZ02+E=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:ZMbuCUZfM+mFxtqwHjKPmGgvIy4= sha1:pbYN2gsjoTm6eBZIGCmaY7+3k+M= Xref: news1.google.com comp.lang.ada:18114 Content-Type: text/plain; charset=us-ascii Date: 2011-09-24T17:21:05+01:00 List-Id: "Dmitry A. Kazakov" writes: > On Sat, 24 Sep 2011 13:54:26 +0100, Simon Wright wrote: > >> My own use of the >> BC containers has involved Collections (like Vectors) (plain and >> ordered), Maps, Queues (plain and ordered), Sets and on one occasion >> Bags; no Deques, Rings, Stacks, Graphs, Trees of any flavour ... > > More complex structures than maps require more efforts before get > adapted to the task. So much, that is easier to design them from > scratch each time. Should I explain why? I don't think you need bother!