Of course this is implementation specific, but most implementations I
can think of would be affected by this.
Cheers,
Shaun
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
There are interesting new (concurrent) implementations of hash tables
based on split-ordered lists. They store all elements in one long list,
so that iterating such a hash is the same as iterating a list. Google
for split-ordered list.
--
Max