[Bug libstdc++/23244] __gnu_cxx::hash_map inconsistent iterator behavior

2005-08-09 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-08-09 08:41 --- Yeah, I concur with Chris. And we already agreed (with Matt too) that there is no point in spending time on the legacy hashed containers. -- What|Removed |Added

[Bug libstdc++/23244] __gnu_cxx::hash_map inconsistent iterator behavior

2005-08-05 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-08-05 08:29 --- While it doesn't fix your bug, if you want a hash_map I'd advise looking at tr1/unordered_map, which I'd expect to work better. I think however you'll find that all implementations of hash_map strictly tell

[Bug libstdc++/23244] __gnu_cxx::hash_map inconsistent iterator behavior

2005-08-04 Thread jzampier at gmail dot com
--- Additional Comments From jzampier at gmail dot com 2005-08-05 02:58 --- Created an attachment (id=9434) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9434&action=view) The offending code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23244