wxwidgets/include
Vadim Zeitlin 2eb09eea29 Use std::unordered_map<> in wxArchiveFSHandler code
In addition to removing wx hash map macros, also change the private
wxArchiveFSEntryHash to store std::unique_ptr<wxArchiveEntry> rather
than the raw pointers to ensure they're destroyed automatically and we
don't need to use WX_CLEAR_HASH_MAP() for them.
2023-04-18 00:42:54 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Use std::unordered_map<> in wxArchiveFSHandler code 2023-04-18 00:42:54 +01:00