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,f5142427a147e149 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news1.google.com!news.germany.com!news.teledata-fn.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Equivalent keys/elements in Ada.Containers Maps and Sets From: Georg Bauhaus In-Reply-To: <1169691760.029031.54630@s48g2000cws.googlegroups.com> References: <45b60602$0$24602$39db0f71@news.song.fi> <1169567122.501077.189450@s48g2000cws.googlegroups.com> <45b69499$0$31527$39db0f71@news.song.fi> <1169657427.881916.284570@l53g2000cwa.googlegroups.com> <1169674043.880430.199350@j27g2000cwj.googlegroups.com> <1169679017.011443.231540@q2g2000cwa.googlegroups.com> <1169691760.029031.54630@s48g2000cws.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1169770117.7506.10.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Fri, 26 Jan 2007 01:08:38 +0100 NNTP-Posting-Date: 26 Jan 2007 01:08:38 CET NNTP-Posting-Host: fdcf2331.newsspool3.arcor-online.net X-Trace: DXC=P;I`aSLSSRQ\PS5Xo=M[RVMcF=Q^Z^V3X4Fo<]lROoRQgUcjd<3m<;R;`_lHOk6e3RPCY\c7>ejVX7lQDWg^MTGYSTcJHo=Z`XX X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8565 Date: 2007-01-26T01:08:38+01:00 List-Id: On Wed, 2007-01-24 at 18:22 -0800, Adam Beneschan wrote: > > On Jan 24, 2:50 pm, "Matthew Heaney" wrote: > > > This is a silly argument. The Ada container library is modeled on the > > C++ STL, and in that library the requirement for "strict weak ordering" > > for the binary predicate for ordered associative containers is clear. Whew, this is _not_ an argument for being practical in my view. Are you implying that a programmer who wants to use Ada.Containers, whether he/she is familiar with the STL or not, should see to it that both ISO/IEC 8652:2007(E) (Ada) and ISO/IEC 14882:2003 (C++) and associated documents are available for reference? > No, of course not. But I guess I am suggesting that the Ada > programming community expects the RM to be correct. Yes, and the RM should stay helpful, too. If I wanted to use shared variables in a C++ program, and be asked to consult the Ada programming language and protected types, will this suggestion be acceptable to any practical C++ programmer? No. -- Georg