New wxHashTable implementation when wxUSE_STL == 1. Replaces
authorMattia Barbon <mbarbon@cpan.org>
Sun, 23 Nov 2003 08:12:34 +0000 (08:12 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 23 Nov 2003 08:12:34 +0000 (08:12 +0000)
commit1a6d9c7680c19f25613380ab5b151806da6decb0
tree4a5292fa5abcaedfe752ce597c68d14a3af9b043
parentff9ca1fd6fe7484adf7361b0e64df8cc34f8b842
  New wxHashTable implementation when wxUSE_STL == 1. Replaces
the old implementation based upon wxHashMap. Removed support
for wxHashTable in wxHashMap.
  Rationale: using wxHashMap for wxHashTable implementation required
special support in wxHashMap. This precluded using STL-provided
hash_map to implement wxHashMap. This new implementation does not
use keyed wxList interface and should be almost totally compatible
with the old non-STL wxHashTable.

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