wxwidgets/include
Vadim Zeitlin eb182ae161 Use std::unordered_map<> in wxPersistenceManager
Replace a wx synonym with the direct use of the standard class.

Also store std::unique_ptr<> instead of raw pointers in this map to
ensure that they get destroyed: previously we could have memory leaks if
some objects were not unregistered before the program exit.
2023-04-18 00:42:56 +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 wxPersistenceManager 2023-04-18 00:42:56 +01:00