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,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!easynet-monga!easynet.net!feed4.jnfs.ja.net!feed3.jnfs.ja.net!jnfs.ja.net!news.york.ac.uk!not-for-mail From: Chris Jefferson Newsgroups: comp.lang.ada,comp.lang.c++ Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) Date: Wed, 23 Mar 2005 15:27:48 +0000 Organization: The University of York, UK Sender: cj124@york.ac.uk Message-ID: <42418AF4.4000501@cs.york.ac.uk> References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <1110052142.832650@athnrd02> <42309456$1@news.broadpark.no> <4232ab3a$0$26547$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Host: pc302.ad.cs.york.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: pump1.york.ac.uk 1111591641 6621 144.32.80.93 (23 Mar 2005 15:27:21 GMT) X-Complaints-To: abuse@york.ac.uk NNTP-Posting-Date: 23 Mar 2005 15:27:21 GMT User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Xref: g2news1.google.com comp.lang.ada:9803 comp.lang.c++:46829 Date: 2005-03-23T15:27:21+00:00 List-Id: Matthew Heaney wrote: > "Dr. Adrian Wrigley" writes: > > >>>>Wouldn't that be std::map in C++? >>> >>>and in Ada 2005, >>> >>>Ada.Containers.Hashed_Maps and Ada.Containers.Hashed_Maps > > > Ada 2005 will have both ordered ("sorted") maps and hashed maps. The > current C++ standard only has ordered maps. > Just replying to this point.. The TR1 library edition will also have hashed maps, although I suspect Ada 2005 might beat it out :) (Although G++ 4.0 will have them as contained in the (almost) final version of the TR1 standard).