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,ccec7cf654f5e8c3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!14bb18d8!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: creating database References: <1115570998.707181.84650@o13g2000cwo.googlegroups.com> <1115830671.818914.303600@g49g2000cwa.googlegroups.com> From: Matthew Heaney Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 12 May 2005 02:41:18 GMT NNTP-Posting-Host: 24.149.57.125 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1115865678 24.149.57.125 (Wed, 11 May 2005 19:41:18 PDT) NNTP-Posting-Date: Wed, 11 May 2005 19:41:18 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:11007 Date: 2005-05-12T02:41:18+00:00 List-Id: brian.b.mcguinness@lmco.com writes: > I don't see deques listed. Have they been removed from the standard > set of container clases? Just a point of terminology: I am assuming that to "deque" you are refering to the container in the C++ STL named "deque". I had deques in my original proposal (the one that was 150 pgs), but I removed them from my proposal at the request of the ARG, so that the proposal would have a more modest size. So a deque container was never actually in the standard library, and hence wasn't in any sense ever "removed" from the standard. -Matt