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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b30bd69fa8f63cb2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-12 18:52:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed!wn13feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: C bug of the day From: James Rogers References: <1054751321.434656@master.nyc.kbcfp.com> Message-ID: User-Agent: Xnews/5.04.25 Date: Fri, 13 Jun 2003 01:52:09 GMT NNTP-Posting-Host: 12.86.32.251 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1055469129 12.86.32.251 (Fri, 13 Jun 2003 01:52:09 GMT) NNTP-Posting-Date: Fri, 13 Jun 2003 01:52:09 GMT Organization: AT&T Worldnet Xref: archiver1.google.com comp.lang.ada:39075 Date: 2003-06-13T01:52:09+00:00 List-Id: kanze@gabi-soft.fr wrote in news:d6652001.0306120623.151b7fa3@posting.google.com: > I don't know. I find using my propre collections far less error-prone > than the STL. No iterators becoming invalid just because I happened > to insert an element, for example. > > I use the STL because it is standard, not because it is a particularly > good generic library. > > Maybe it is a reflection of my age, but I do not find it terribly difficult to create my own collections. This also lets me tune performance for my current problem, instead of accepting a somewhat average performance from a generic implementation. Jim Rogers