Mattia Barbon
|
d7ab66a1cb
|
Made wxHashSet compile again. Changed the return value
for insert() t match the one of wxHashMap (and of std::set).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-08 22:39:17 +00:00 |
|
Julian Smart
|
655719367a
|
Use old licence name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 20:53:33 +00:00 |
|
Julian Smart
|
77ffb5937e
|
Name and version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 14:56:36 +00:00 |
|
Mattia Barbon
|
bdcade0a10
|
When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
wxHashMap/wxHashSet are just typedefs for them. This makes impossible
to forward declare these classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-08 20:20:24 +00:00 |
|
Mattia Barbon
|
d8771ac734
|
Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong
with wxHashMap.
Made wxHashMap constructor explicit to prevent similar errors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-29 20:10:32 +00:00 |
|
Mattia Barbon
|
8142d70447
|
Added wxHashSet, with minimal tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 16:45:09 +00:00 |
|