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: a07f3367d7,97819f4f06661130 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!news.in2p3.fr!in2p3.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Generic Containers in Ada2005 Date: Wed, 9 Feb 2011 20:03:24 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1297303408 25018 69.95.181.76 (10 Feb 2011 02:03:28 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 10 Feb 2011 02:03:28 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 Xref: g2news2.google.com comp.lang.ada:18166 Date: 2011-02-09T20:03:24-06:00 List-Id: "Bryan" wrote in message news:d066a30c-b356-4b28-b713-764c2b895022@d17g2000vbn.googlegroups.com... ... > I was looking for a simple queue data structure, but I noticed there > is not a standard Queue container. This is added by Ada 2012. See the latest draft of the Ada 2012 standard for details: http://www.ada-auth.org/standards/12rm/html/RM-A-18-27.html (and the next 5 clauses as well). As to exactly when your favorite Ada compiler adds this container, you'd have to ask them. (I believe some versions of GNAT already have versions of this container.) Randy.