Keep order of nodes when wxHashMap is resized; this ensures
authorMattia Barbon <mbarbon@cpan.org>
Wed, 20 Aug 2003 16:59:17 +0000 (16:59 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 20 Aug 2003 16:59:17 +0000 (16:59 +0000)
commit8ae94823a3bf377614a5a67f750545217b6f6b8d
tree1a821510d7e6dbb946d58dc763a3228ad15a0ae2
parent6f2ec3c3de2a9fcabc409ae98b079514326ce543
  Keep order of nodes when wxHashMap is resized; this ensures
that wxHashTable has the same behaviour when wxUSE_STL=1 as
when wxUSE_STL=0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/hashmap.h
samples/console/console.cpp
src/common/hashmap.cpp