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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5bde054ac3effc5 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Unbounded string deallocation Date: 1999/08/30 Message-ID: <7qe7tq$r5n$1@nnrp1.deja.com>#1/1 X-Deja-AN: 518882952 References: <37C46FD4.A42CC1A1@res.raytheon.com> <7q1tff$1n9$1@cnn.Princeton.EDU> <37C54509.17E067C1@res.raytheon.com> <37c552fd@news1.us.ibm.net> <37C56E59.218CA190@pwfl.com> <7qampg$ga3$1@nnrp1.deja.com> <37CA8ABF.21F6F177@pwfl.com> X-Http-Proxy: 1.0 x42.deja.com:80 (Squid/1.1.22) for client 32.101.128.216 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Mon Aug 30 15:28:10 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-08-30T00:00:00+00:00 List-Id: In article <37CA8ABF.21F6F177@pwfl.com>, e108678@pwflcom wrote: > Robert Dewar wrote: > > > In article <37C56E59.218CA190@pwfl.com>, > > e108678@pwflcom wrote: > > And if Text_IO and some other basic things had Unbounded_String > > > alternatives, you wouldn't even need these calls. > > > > Note the package Ada.Strings.Unbounded.Text_IO > > in GNAT! > > Very nice. However it is clearly not a part of the language standard, so > if you need portability for some reason, this might be a problem. It is of course provided in all versions of GNAT, so it is fully portable across all GNAT platforms. Generally when we make something a grandchild in Ada, rather than making it a child of GNAT, we are suggesting that we think it is a reasonable addition for other vendors to copy (this is much more relevant than worrying about the next version of the standard which, if it appears, is many years away). Robert Dewar Ada Core Technologies Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.