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,33fc00a6ce6be410 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Dynamic String Date: 1 Nov 2005 12:09:32 -0800 Organization: http://groups.google.com Message-ID: <1130875772.717413.45520@g14g2000cwa.googlegroups.com> References: <1130753721.639869.322210@g43g2000cwa.googlegroups.com> <1130832161.671656.88230@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 66.162.65.162 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1130875778 15901 127.0.0.1 (1 Nov 2005 20:09:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Nov 2005 20:09:38 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=66.162.65.162; posting-account=Zl1UPAwAAADEsUSm1PMMiDjihtBlZUi_ Xref: g2news1.google.com comp.lang.ada:6095 Date: 2005-11-01T12:09:32-08:00 List-Id: Harald Korneliussen wrote: > I understand that containers have been left out of Ada0Y again? Your understanding is incorrect. Ada 2005 will indeed include a standard container library. You can find the latest AI-302 draft (released just a couple of days ago) here: http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-20302.TXT?rev=1.23 In fact, GCC 4 already comes bundled with the library; see the units in the Ada.Containers.* subsystem. -Matt