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-Thread: 103376,f2690a5e963b61b6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: GCC 4.0 Ada.Containers Cursor danger. Date: 6 Jul 2005 09:43:23 -0700 Organization: http://groups.google.com Message-ID: <1120668203.025478.294720@z14g2000cwz.googlegroups.com> References: <1120474891.635131.216700@g44g2000cwa.googlegroups.com> <42C98672.3020705@arcor.de> <42cbb631$0$10808$9b4e6d93@newsread4.arcor-online.net> <1120662540.456882.45920@g47g2000cwa.googlegroups.com> <1120667827.765647.279500@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 66.162.65.162 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1120668208 17267 127.0.0.1 (6 Jul 2005 16:43:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 6 Jul 2005 16:43:28 +0000 (UTC) In-Reply-To: <1120667827.765647.279500@g44g2000cwa.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=66.162.65.162; posting-account=Zl1UPAwAAADEsUSm1PMMiDjihtBlZUi_ Xref: g2news1.google.com comp.lang.ada:11904 Date: 2005-07-06T09:43:23-07:00 List-Id: Dmitriy Anisimkov wrote: > > I prefer that compiler detect all my possible errors at compile time > and runtime as early as possible. There a so much possabilities to > write program, and if compiler and standard library would lead me to > the safest way, it would a help a lot and dramatically reduce > development time. If you think that it's safer to write Ada programs using the standard container library, but without using its cursors, then do so. You have that freedom.