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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa18fb47ddd229a7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-10 12:52:44 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news.octanews.net!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Proposed change to BC iterator parameters Date: 10 Dec 2003 20:50:05 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1071089563 3555 62.49.19.209 (10 Dec 2003 20:52:43 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 10 Dec 2003 20:52:43 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:3332 Date: 2003-12-10T20:50:05+00:00 List-Id: "amado.alves" writes: > <<... > generic > type Param_Type is private; > with procedure Apply (Elem : in Item; > Param : in Param_Type; > OK : out Boolean); > procedure Visit_With_In_Param (Using : in out Iterator'Class; > Param : in Param_Type); > >> > > I've never found a situation where the following much simpler > signature wouldn't suffice: > > generic > with procedure Apply (Elem : in Item); > procedure Visit_With_In_Param (Using : in out Iterator'Class); That is there as well (as you note below, without _With_In_Param!) -- Simon Wright 100% Ada, no bugs.