This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/13342] hash_map doesn't support std::string keys
- From: "kgirard at connect dot carleton dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2003 17:59:54 -0000
- Subject: [Bug libstdc++/13342] hash_map doesn't support std::string keys
- References: <20031207173222.13342.kgirard@connect.carleton.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kgirard at connect dot carleton dot ca 2003-12-07 17:59 -------
I currently supply my own std::string hash in my projects but I though it would
be nice have it built into libstdc++ since std::string's should be very common.
I didn't know how the whole gcc/libstdc++ patch thing worked sorry. I will do
a check out of the mainline and submit a patch and see what happens ;)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13342