]> git.saurik.com Git - wxWidgets.git/commit
Fixes for wxHashTable when wxUSE_STL=1:
authorMattia Barbon <mbarbon@cpan.org>
Tue, 19 Aug 2003 21:17:04 +0000 (21:17 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 19 Aug 2003 21:17:04 +0000 (21:17 +0000)
commit760d3c7cd33a214ec4b3e09449b846e8eabde614
tree89ad237fb95f01d85478e1ed270a32f27b7f18d1
parent8b7ac60523a8050997b80026885f112fb2aec31c
  Fixes for wxHashTable when wxUSE_STL=1:
wxHashTable must work like an hash_multimap, not an hash_map.
wxHashTable::Delete is supposed to actually delete entries
more tests in console sample.

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