This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/29898] hash_map<> lacks support for long long
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Nov 2006 15:06:17 -0000
- Subject: [Bug libstdc++/29898] hash_map<> lacks support for long long
- References: <bug-29898-231@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pcarlini at suse dot de 2006-11-19 15:06 -------
Hi Gerald. The libstdc++ project already decided to not work anymore on the
legacy ext/ containers (beyond serious bugs affecting existing facilities,
maybe), because these days there is no reason to not move to the unordered
containers in tr1 (now also in the draft of the next C++ standard). Thus we
already closed similar DRs, in the past. In any case, the user can easily
workaround this nuisance by providing in namespace __gnu_cxx the missing,
trivial, specialization of struct hash.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29898