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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ba4846af158825ee X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail From: "Anh Vo" Newsgroups: comp.lang.ada Subject: Re: Update_Element Spec. in Containers.Indefinite_Hashed_Maps Date: 22 Dec 2005 15:47:00 -0800 Organization: http://groups.google.com Message-ID: <1135295219.998152.321030@g49g2000cwa.googlegroups.com> References: <1135101609.527495.321500@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: 209.172.103.242 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1135295225 16818 127.0.0.1 (22 Dec 2005 23:47:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 22 Dec 2005 23:47:05 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=209.172.103.242; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:6975 Date: 2005-12-22T15:47:00-08:00 List-Id: Matthew Heaney wrote: > "Anh Vo" writes: > > Note that if you have an older version of GNAT, then it's not hard to modify > your copy of the container library sources to match what's in the latest RM > draft. Just find the ada include directory in your distribution, fix the file > in which you're interested, and compile the modified sources with -gnatg. > (Would -a work too?) > > If you need the latest container sources now, and you're unsure what to do, > just drop me a line and I can step you through the necessary changes. Thanks for your offer. Actually, I can get it from gcc-4.1.0 / gcc-4.2.0. I was looking at the Geneology example under GNAT-GPL 2005 compiler. Then, I accidentally compile this example under gcc-4.1.0 (Red Hat). Of course, the compilation failed due parameters mismatched. This triggered my curiosity to post the question. Wishing everyone a happy and healthy holiday - Christmas, new year, etc ... AV