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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-11 08:40:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed1.uncensored-news.com!propagator-la!news-in-la.newsfeeds.com!news-in.superfeed.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3BC30674.BA88AAB6@brighton.ac.uk> <9pvv3t$ves$1@news.huji.ac.il> <9q49fc$nh3$1@nh.pace.co.uk> <_gix7.24513$ev2.32605@www.newsranger.com> Subject: Re: why not Message-ID: <13jx7.24593$ev2.33014@www.newsranger.com> X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Thu, 11 Oct 2001 11:39:41 EDT Organization: http://www.newsranger.com Date: Thu, 11 Oct 2001 15:39:41 GMT Xref: archiver1.google.com comp.lang.ada:14279 Date: 2001-10-11T15:39:41+00:00 List-Id: In article , Pat Rogers says... > >Can you be more specific? Which one(s)? For example I just looked at the >bounded queue package and don't see any. A quick "grep" shows none for the >bounded components but it was quick-and-dirty. I had trouble with iterators inside of maps dynamicly creating and destroying objects during an iteration of the map a couple of years ago. I fixed(hacked) it myself for the bounded map I was using and dully submitted my changes to Simon for consideration. Its only a guess that some of the other bounded structures do the same thing, but I know I only looked at (and submitted a fix for) the bounded maps. Personally I don't think I'd trust it again in real-time without a careful examination of the source code for all the calls I plan on using (which can get quite hairy, considering we are talking about multilevel generic instantiations, with other generics as paramters). --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.