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
This commit is contained in:
@@ -103,6 +103,9 @@ All:
|
||||
- wxDynamicCast() now uses static_cast<wxObject *> internally and so using it
|
||||
with anything not deriving from wxObject will fail at compile time (instead
|
||||
of run-time) now
|
||||
- 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.
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user