Return-Path: Delivered-To: apmail-incubator-stdcxx-user-archive@www.apache.org Received: (qmail 87099 invoked from network); 8 Nov 2006 18:10:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 18:10:47 -0000 Received: (qmail 46392 invoked by uid 500); 8 Nov 2006 18:10:58 -0000 Delivered-To: apmail-incubator-stdcxx-user-archive@incubator.apache.org Received: (qmail 46336 invoked by uid 500); 8 Nov 2006 18:10:57 -0000 Mailing-List: contact stdcxx-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-user@incubator.apache.org Delivered-To: mailing list stdcxx-user@incubator.apache.org Received: (qmail 46296 invoked by uid 99); 8 Nov 2006 18:10:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 10:10:57 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 10:10:41 -0800 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id kA8I9oBE007350 for ; Wed, 8 Nov 2006 18:09:50 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 8 Nov 2006 11:10:30 -0700 Message-ID: <45521D92.1000905@roguewave.com> Date: Wed, 08 Nov 2006 11:10:26 -0700 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-user@incubator.apache.org Subject: Re: hash_map References: <060101c70343$2e5ae730$1402a8c0@jacquard> In-Reply-To: <060101c70343$2e5ae730$1402a8c0@jacquard> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 08 Nov 2006 18:10:30.0101 (UTC) FILETIME=[2CC29850:01C70361] X-Virus-Checked: Checked by ClamAV on apache.org Nadine Faizant wrote: > Why is there no container called hash_map in stdcxx stl ? I'm trying to migrate code from gcc STL to tdcxx STL and I'm blocked because I don't know how to "replace" hash_map. Because hash_map is an extension of the gcc implementation and not part of the C++ standard (yet). Since hash_map has been accepted into the C++ working paper and is expected to make it into the next C++ standard sometime in or shortly after 2009 we plan to implement it in that timeframe or sooner. If you'd like to see it done sooner feel free to open an enhancement request in Jira: http://issues.apache.org/jira/browse/STDCXX Martin > > Thanks for answer, > > Nadine > > > > > > -------------------------------------------------------------------------------- > > Nadine Faizant > NewPhenix > Z.A. - 5, Rue de l'Auberte > 30 133 Les Angles > > > T�l : 04 90 26 74 82 > Fax : 04 90 26 90 84 > Courriel : nadine.faizant@nautitia.fr > > -------------------------------------------------------------------------------- >