This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how to add the 'hash_map' and 'hash_set'
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Xiaoshan Sun <xssun at insun dot hit dot edu dot cn>, gcc-help at gcc dot gnu dot org
- Date: Thu, 10 Mar 2005 07:06:45 -0600
- Subject: Re: how to add the 'hash_map' and 'hash_set'
- References: <WorldClient-F200503101407.AA07180311@insun.hit.edu.cn>
Hi Xiaoshan,
>I'am doing some work that equires me to use the stl's hash_map and hash_set
There is no STL hash_map and hash_set.
I recommend using BOOST <www.boost.org>, which is a group working to expand
STL and other general purpose tools for C++2008 (or thereabouts). Without
looking, I'm guessing they have a hash_map and hash_set you could use.
Quite a few of the BOOST contributors are also C++ committee members.
HTH,
--Eljay