Files
wxWidgets/samples
Mattia Barbon 1a6d9c7680 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
2003-11-23 08:12:34 +00:00
..
2003-10-23 21:51:33 +00:00
2003-10-26 17:55:04 +00:00
2003-10-22 20:22:58 +00:00
2003-11-10 15:49:08 +00:00
2003-11-07 19:33:25 +00:00
2003-11-15 04:50:11 +00:00
2003-10-16 08:51:16 +00:00
2003-07-15 14:21:09 +00:00
2003-10-23 21:38:31 +00:00
2003-10-24 20:08:12 +00:00
2003-10-23 21:38:31 +00:00
2003-10-16 07:23:58 +00:00
2001-10-10 01:15:51 +00:00
2003-03-31 10:24:36 +00:00
2003-08-06 15:32:43 +00:00