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,f080c23e285d0657 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Creem Newsgroups: comp.lang.ada Subject: Re: ustrings Date: Tue, 28 Dec 2010 15:19:00 -0500 Organization: A noiseless patient Spider Message-ID: <2btpu7-of3.ln1@newserver.thecreems.com> References: <4a160021-835c-4ca1-9361-02ec4b0a093e@n10g2000yqd.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: mx02.eternal-september.org; posting-host="qwC9sxX6083KTsdl5V7dbg"; logging-data="27512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+XVpBL/z/hbkToTS5xOyUNX99ycV/osS4=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: <4a160021-835c-4ca1-9361-02ec4b0a093e@n10g2000yqd.googlegroups.com> Cancel-Lock: sha1:0vqEmP4SZnh71e3NeWdcaGHsaVI= Xref: g2news2.google.com comp.lang.ada:17180 Date: 2010-12-28T15:19:00-05:00 List-Id: On 12/28/2010 3:04 PM, Robin wrote: > Where can I download unbounded strings for ada? > Anyone know? > Thanks, > -R Ada.Strings.Unbounded is part of the Ada standard language library and thus should already be present/installed and available to you if you are using a modern (post 1995) compiler. If you are using an older Ada 83 compiler, then are you asking for a specific implementation of some specific unbounded string package or just any package offering a similar capability?