When wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
authorMattia Barbon <mbarbon@cpan.org>
Sat, 8 May 2004 20:20:24 +0000 (20:20 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 8 May 2004 20:20:24 +0000 (20:20 +0000)
commitbdcade0a101893a5030ac2e91dabc79e1388b0a3
tree0be75d50063293e889727b1039f5dbefec8c92bd
parent11e720751c4645c7e7fbe298640ac72a60fb8a2b
  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
16 files changed:
configure
configure.in
docs/changes.txt
include/wx/fs_zip.h
include/wx/gdicmn.h
include/wx/hashmap.h
include/wx/hashset.h
include/wx/motif/app.h
include/wx/paper.h
include/wx/protocol/http.h
setup.h.in
src/common/fs_zip.cpp
src/common/hashmap.cpp
src/common/http.cpp
src/common/paper.cpp
src/motif/app.cpp