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,ba4846af158825ee X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Update_Element Spec. in Containers.Indefinite_Hashed_Maps From: Georg Bauhaus In-Reply-To: <1135101609.527495.321500@g49g2000cwa.googlegroups.com> References: <1135101609.527495.321500@g49g2000cwa.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1135112682.15443.2.camel@sonnenregen> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Date: Tue, 20 Dec 2005 22:04:42 +0100 NNTP-Posting-Date: 20 Dec 2005 22:00:25 MET NNTP-Posting-Host: c9454de2.newsread2.arcor-online.net X-Trace: DXC=4K:]UCT<\j@SZ`lLL_hK=JQ5U85hF6f;DjW\KbG]kaMHn6A=Y6OiEaDk>R6fYIdaNH=0F65HQV8iFkf]6G>HI8XD X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:6948 Date: 2005-12-20T22:00:25+01:00 List-Id: On Tue, 2005-12-20 at 10:00 -0800, Anh Vo wrote: > The Update_Element procedure specification has two paramters, Position > and Process as implemented in GNAT-GPL. The one in the LRM 2005 has > three paramters, Container as the additional and first paramter. Which > one is the right one? As for containers, GNAT GPL edition is a wee bit behind, Matt has added a few updates to match LRM A.18. GCC 4.1 has the one taking three parameters. -- Georg