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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fed2e7871ca258cd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-21 09:11:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!uknet!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: List Container Strawman 1.4 Date: Fri, 21 Dec 2001 11:42:33 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9vvopp$gm2$1@nh.pace.co.uk> References: <9vbc89$eb6li$2@ID-25716.news.dfncis.de> <9ve8jn$esilp$1@ID-25716.news.dfncis.de> <9viq4m$fjbkr$1@ID-25716.news.dfncis.de> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1008952953 17090 136.170.200.133 (21 Dec 2001 16:42:33 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 21 Dec 2001 16:42:33 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:18212 Date: 2001-12-21T16:42:33+00:00 List-Id: You've got my (emphatic) "Yes" vote. BTW: I'm looking at the code & hacking some little demos just to understand how it will work. What I seem to be missing is some kind of destructor. Some version of "procedure Destroy (Target : in out List) ;" seems like it would be in order. Or do you have some other preferred method of clearing out a list? (I'd rather not iterate over the list and remove the elements individually just to clear a list prior to its next usage...) MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Ted Dennison" wrote in message news:UVIU7.6899$XC5.8894@www.newsranger.com... > > The current iterator implementation is the way that was requested by several > people. I'm not going to change it again unless I get a feel that the consensus > is for it to be changed. > > So far I've bascily got one "yes" vote for moving on, and one emphatic "no". So > I'll do a bit more work on it and try again... >