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,a3bf872bb81a1f2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-11 09:38:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.direct.ca!look.ca!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: ASCL a doomed idea? Date: 11 Dec 2001 12:18:38 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <7RQP7.4406$Yy.272014@rwcrnsc53> <9v0crv$bo2bi$2@ID-25716.news.dfncis.de> <3C13D980.748CCCDA@acm.org> <9v37s0$cdmva$3@ID-25716.news.dfncis.de> <3C153926.102B17B1@boeing.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1008091311 2410 128.183.220.71 (11 Dec 2001 17:21:51 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 11 Dec 2001 17:21:51 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:17773 Date: 2001-12-11T17:21:51+00:00 List-Id: Ted Dennison writes: > Which one we use is something that still needs to be decided. Perhaps there > hasn't been much discussion about this because everyone is happy with the way > the latest Strawman does it (safe)? I vote for the name "Iterator" (or "Iterator_Type" :), basically because of the C++ STL usage. I'd like to see an implementation of the safe iterator, so I can judge how much overhead I'm signing up for. From the discussion I've seen so far, it doesn't sound bad, so I'm provisionally voting for safe iterators. -- -- Stephe