[Bug libstdc++/29898] hash_map<> lacks support for long long

2006-11-19 Thread pcarlini at suse dot de
--- 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 unorder

[Bug libstdc++/29898] hash_map<> lacks support for long long

2006-11-19 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-11-19 15:12 --- PS: per the letter of TR1, the new hashing facilities in TR1 also miss specializations of struct hash for long long and unsigned long long, I'm going to add those, as a reasonable extension (anyway, long long is already acc